smurkis121 Posted February 16, 2013 Share Posted February 16, 2013 (edited) How to change the color of the buttons in the homepage? Edited February 16, 2013 by smurkis121 (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted February 16, 2013 Share Posted February 16, 2013 (edited) (N.B> Sample code from PS 1.5.3.1. other versions may differ slightly. Main idea should be clear) Edit /themes/<your theme folder>/css/global.css Find: /* BLOCK .block ******************************************************************************** */ .block {margin-bottom:20px} #footer .block {margin-bottom:0} .block .title_block, .block h4 { padding:6px 11px; font-size:12px; color:#fff; text-shadow:0 1px 0 #000; text-transform:uppercase; background:#383838; // <-- Change this colour for the block headers left, middle & right columns) text-align:left; font-weight: bold; } For the topmenu: find the file /modules/blocktopmenu/css/superfish-modified.css copy it to /themes/<your theme folder>/modules/blocktopmenu/css/superfish-modified.css (this, to override it, instead of changing the original file) Edit this last file. Find: .sf-menu { margin: 10px 0; padding:0; width:980px;/* 980 */ background:#383838; // <-- Change this colour for the topmenu background colour } That should do the trick. Pascal Edited February 16, 2013 by PascalVG (see edit history) Link to comment Share on other sites More sharing options...
aquanaut Posted February 18, 2013 Share Posted February 18, 2013 Thank you Pascal.. Link to comment Share on other sites More sharing options...
PascalVG Posted February 18, 2013 Share Posted February 18, 2013 Glad I could help :-) 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