Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1191116
    naatstudios
    Participant

    Hi there !

    I wanted to make some css changes to the child theme. I am using the icon stack, but i want to achieve the same effect as the integrity dark stack. So far I am doing pretty well… i think/ hope.

    I want to get the side bar to have the same shadowing as the main body. Do you reckon you could help me out with this?

    div#top.site{
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.95);
    border-top: 0;
    border-bottom: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.575);
    background-color: #ffffff;
    box-sizing: content-box;
    }

    .x-navbar, .x-logobar, .x-topbar {
    background-color: #000;
    }
    .x-colophon.bottom {
    background-color: #000;
    }
    .x-navbar .desktop .x-nav>li>a:hover>span{
    border-color: rgba(255, 255, 255, 0.08);
    }

    #1191167
    Rahul
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1195965
    naatstudios
    Participant

    The url is newnew.naatstudio.com

    I’m not sure if what i have written is correct structure . The line thickness on the homepage is different to the line thickness on the other pages.

    Any help, will be much appreciate.

    #1196056
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > customizer > Custom > CSS

    @media (min-width: 1200px) {
    .x-content-sidebar-active .x-sidebar {
         border: 1px solid rgba(0, 0, 0, 0.95);
    }
    .x-sidebar {
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.575);
    }}

    Hope that helps,

    Joao

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