Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #384288

    Hi,
    yesterday I’ve got super fast answers and my problem was perfect solved.
    https://kriesi.at/support/topic/changing-colors-on-blog-sidebar-widget/#post-383738

    But here comes the next problem:
    When I choose a category, the colors switch back to red.
    How can I Change this?

    Thanks
    Best Regards
    Andreas

    #384465

    Hey a-l-p!

    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 *, .archive .sidebar .textwidget,.archive span.post-meta-infos *  {
    color: white!important;
    }
    .single-post select, .single-post li.av-share-link,.blog select, .blog li.av-share-link, .archive select {
    background-color: #4d7157!important;
    color: white!important;
    }
    .single-post li.av-share-link:hover,.blog li.av-share-link:hover  {
    background-color: white; 
    }

    Best regards,
    Yigit

    #384619

    Hey Yigit,

    yep, it looks good :)

    Thank you so much, and have a great weekend :)

    Best Regards
    Andreas

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