Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1250728
    newskywebsites
    Participant

    I’ve found several forum posts on this issue, but none have worked for my site. Looking to change background color and borders on Recent Posts footer widget. Please keep hovers in mind.

    Site: http://835.05d.myftpupload.com/
    Latest version of X child, WP and Cornerstone.

    Thanks!
    Dawn

    #1251112
    Prasant Rai
    Moderator

    Hello Dawn,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-colophon .widget ul li {
        background-color: #ededed !important;
        border: none !important;
    }

    Thanks.

    #1251629
    newskywebsites
    Participant

    Thank you, but I might like to keep the border around each post. How would this code be different if I were to make the border color #999999 or something? I tried replacing “none” with #999999 but that didn’t do it.

    Thanks!
    Dawn

    #1251790
    Rahul
    Moderator

    Hey There,

    Thanks for writing back!

    Please add this CSS at Appereance > Customizer > Custom > CSS

    .widget ul li, .widget ol li {
        border-bottom:1px solid #999999;
    }

    Hope this helps. Let us know how this goes!

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