Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1079160
    twigglee
    Participant

    Hi there,
    I currently have the following css that places a boarder around my posts for home page:
    .home .x-recent-posts a {
    border: 1px solid #1ac6f9;
    }
    How would I also add the boarder to my other pages sidebar
    website: http://twigglee.com/
    Thanks!

    #1079171
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can remove the class .home on the selector so the code will be apply to all pages.

    .x-recent-posts a {
    border: 1px solid #1ac6f9;
    }

    Hope it helps, Cheers!

    #1079174
    twigglee
    Participant

    I did not think of that hahaha
    Thanks! 🙂

    #1079177
    Nabeel A
    Moderator

    You’re welcome 🙂

    Cheers!

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