Jump to content

How to change font sizes and blocks headers


Recommended Posts

Not so experienced in programming but I need little help with changes in font sizes and headers of blocks on main page.

Here http://mobimik.kiev.ua

I already found how to change fonts and background in main horizontal menu. But with other blocks seems situation is different. Would you advice me where are files to be changed?

I tried make changes in ../themes/my_theme/modules/css/ but unsuccessfully. No results

Link to comment
Share on other sites

Hello

 

Have you tried going to global.css around line 6097

 

.block .title_block,
.block h4 {
  font: 300 16px/22px "Oswald", sans-serif;    (change size of Font)
  color: white;
  background: #222222;                         (change background colour)
  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
 
Paul
  • Like 1
Link to comment
Share on other sites

 

Same file around line 6044

 

#home-page-tabs > li a {
    border: medium none;
    color: #555454;
    font: 300 21px/24px "Oswald",sans-serif;
    margin: 0;
    outline: medium none;
    padding: 10px;
    text-transform: uppercase;
}

 

thank you/ it works

Link to comment
Share on other sites

×
×
  • Create New...