Nick20000 Posted March 29, 2014 Share Posted March 29, 2014 hi. how can i change the heading sizes on the left and right blocks? when i change the .block .title_block, .block h4 in global it only changes the size of the Categories title Block. How To Change All The Other Block title Sizes? also how can i limit the amount of letters used for the products title in the list for block new products? http://www.shopmost.co.uk thank you. Link to comment Share on other sites More sharing options...
Paulito Posted March 29, 2014 Share Posted March 29, 2014 Good morning Have you tried changeing the relevent "Module block" css Paul Link to comment Share on other sites More sharing options...
dioniz Posted March 29, 2014 Share Posted March 29, 2014 You need to change it also here: .block .title_block a, .block h4 a{ } because some of headings are links Link to comment Share on other sites More sharing options...
Nick20000 Posted March 30, 2014 Author Share Posted March 30, 2014 You need to change it also here: .block .title_block a, .block h4 a{ } because some of headings are links that didn't work. i added font size:16px; to the code and it did not change the title size of the blocks. } .block .title_block a, .block h4 a {color:#666} .block ul {list-style-type:none} .block li.last { border:none} .block li a { display:block; font-size:16px; color:#2166a2 } Link to comment Share on other sites More sharing options...
dioniz Posted March 30, 2014 Share Posted March 30, 2014 In code you posted you didn't put font size in this code: .block .title_block a, .block h4 a{ } Link to comment Share on other sites More sharing options...
Nick20000 Posted March 30, 2014 Author Share Posted March 30, 2014 In code you posted you didn't put font size in this code: .block .title_block a, .block h4 a{ } how to i put the code in there? .block .title_block a, font-size:16px; .block h4 a{ ???? Link to comment Share on other sites More sharing options...
dioniz Posted March 30, 2014 Share Posted March 30, 2014 (edited) Open yourdomain/themes/default/css/global.css On line 315 you have this code: .block .title_block a, .block h4 a { color: #666666; } Just add to it so it looks like this: .block .title_block a, .block h4 a { color: #666666; font-size:20px; } Then find this code on line 303 .block .title_block, .block h4 { background: none repeat scroll 0 0 #FFFFFF; border-left: 1px solid #D1D2D8; border-right: 1px solid #D1D2D8; border-top: 1px solid #D1D2D8; color: #666666; font-size: 12px; font-weight: bold; padding: 10px 11px; text-transform: capitalize; } and change font-size to 20px If font is to big change both to smaller number Do i need to say you should upload file then and refresh page to see changes? Edited March 30, 2014 by dioniz (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now