Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1199418
    Dianne H
    Participant

    Please look at the blog post page to tell me how I can change the color/opacity of the sidebar text which is under the widget header and all of the posts date text. Thank you.

    http://new.landmarkfa.com/our-thoughts/blog/

    Thanks.

    #1199437
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you have added the below code which is cuasing this :

    .widget, .x-colophon.bottom .x-colophon-content p {
      color: #ced8da !important;
    }

    If you are using this for footer widget then let’s update the code to following :

    .x-colophon .widget, .x-colophon.bottom .x-colophon-content p {
      color: #ced8da !important;
    }

    Now it won’t interfere with sidebar widget. If you need to use a different color for the sidebar widget texts, you can use the following selector :

    .x-sidebar .widget {
      color: #000;
    }

    Hope this helps.

    #1199485
    Dianne H
    Participant

    yes. problem solved. Thanks.

    #1199544
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1199418 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>