Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1398222

    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

    #1398472

    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

    #1398606

    Wonderful! it was just how I would have it.
    Great
    Gianluca

    #1398657

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.