Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #383703

    Hi,

    I changed the background of the blog with edit in the css
    .template-blog { background: red !important; }
    and it works.
    But how can I change
    – the colors of the sidebar widget “categories” ,
    – the Color of the content in the sidebar,
    – the background colors of the social media bar at the bottom and
    – the color of the blog links?

    Thanks
    Best Regards
    Andreas

    • This topic was modified 9 years, 10 months ago by a-l-p.
    #383711

    Hi a-l-p!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single-post .sidebar .textwidget,.single-post span.post-meta-infos * {
    color: white!important;
    }
    .single-post select, .single-post li.av-share-link {
    background-color: #4d7157!important;
    color: white!important;
    }
    .single-post li.av-share-link:hover {
    background-color: white; 
    }

    Regards,
    Yigit

    #383725
    This reply has been marked as private.
    #383728

    Hi!

    Please change the code to following one

    
    .single-post .sidebar .textwidget,.single-post span.post-meta-infos *,.blog .sidebar .textwidget,.blog span.post-meta-infos * {
    color: white!important;
    }
    .single-post select, .single-post li.av-share-link,.blog select, .blog li.av-share-link  {
    background-color: #4d7157!important;
    color: white!important;
    }
    .single-post li.av-share-link:hover,.blog li.av-share-link:hover  {
    background-color: white; 
    }

    Cheers!
    Yigit

    #383733

    Hi Yigit,

    thank you so much :)

    Have a great day!

    Cheers
    Andreas

    #383738

    Hi!

    You are welcome Andreas, you too have a great day :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing colors on blog sidebar widget’ is closed to new replies.