Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1265598
    WPH2o
    Participant

    Hello,

    How can I change the border colors all over the Icon theme (they’re gray by default).

    This is a general design question not specific to any site.

    Thank you,

    Chris

    #1265624
    Rupok
    Member

    Hi Chris,

    Thanks for writing in! The borders are on various place and elements and you need to add CSS for them individually.

    For example, for the Topbar,Navbar and boxed layout you need to use :

    .x-topbar {
      border-bottom: 1px solid #f54;
    }
    .x-navbar {
      border-bottom: 1px solid #f54;
    }
    .x-boxed-layout-active .site {
      border-color: #f54;
    }

    You need to do the same for sidebar, footer etc as well where you need to change the border color.

    Hope this makes sense.

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