mobimik Posted December 12, 2014 Share Posted December 12, 2014 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 More sharing options...
Paulito Posted December 12, 2014 Share Posted December 12, 2014 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 1 Link to comment Share on other sites More sharing options...
mobimik Posted December 13, 2014 Author Share Posted December 13, 2014 That's great/ it works. Thank you. but main block (new products, bestsellers ) that is right to categories still without changes. do they to be changed in another css? Link to comment Share on other sites More sharing options...
mickeyboy1 Posted December 13, 2014 Share Posted December 13, 2014 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; } 1 Link to comment Share on other sites More sharing options...
mobimik Posted December 14, 2014 Author Share Posted December 14, 2014 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 More sharing options...
Recommended Posts