Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1126854
    seungkim11
    Participant

    Hello,

    First of all, thank you for the wonderful theme.
    I am using Renew stack, and here are some of the issues:
    website address: http://www.americantravelerinc.com/brand/hltactical/

    1. I want to change the footer widget background to black. I tried customizing CSS by
    .x-colophon.top {
    background-color: black;
    }
    However, as you can see, the text widget’s background is still white. How do I fix this?

    2. The main dropdown menu has too much padding, how do I reduce the padding of the dropdown menu so that it looks narrower?

    #1126955
    Christian
    Moderator

    Hey there,

    1. I don’t see the footer widget area (see attachment)

    2. Please add the code below in your Appearance > Customize > Custom > CSS

    .desktop .sub-menu {
        padding: 0 1.25em;
    }

    Thanks.

    #1129058
    seungkim11
    Participant

    Hello,

    The sub menu worked great!
    You can see the footer background now.
    Please let me know how to fix it.

    #1129129
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-colophon .widget ul li {
        background-color: black;
    }
    .widget ul, .widget ol {
    border: none;
    }

    Hope it helps

    Joao

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