Tagged: colour sidebar, colour titles
Hi.
I’m trying to restyle this old style http://www.anoressia-bulimia.it with the new http://www.ilredelweb.it/abit.
Would it be possible to customize the background color and colour titles of sidebar like the old site?
Thanks in advance Gianluca
Hey sitibus,
Thank you for your patience and the links to your sites, to change the sidebar background color & the sidebar heading font & font-color, and the list item color and the link color add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.sidebar {
background-color: #3d3d7d;
}
.sidebar .widgettitle {
font: bold 13px/15px Georgia, "Times New Roman", Times, serif;
color: #ffd800;
}
.sidebar li,
.main_color .sidebar li a {
font: 11px/18px Georgia, "Times New Roman", Times, serif;
color: #fff;
}
After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area of the expected results.
Best regards,
Mike
Wonderful! it was just how I would have it.
Great
Gianluca