Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1394777
    byrontye
    Participant

    Hey great theme!

    I’d like to add widget to the footer with custom menus. I’d like the font to be black with dark grey hover. However I can’t find the editor in the footer or widget to change. What you think?

    #1394938
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .widget_nav_menu ul li a, 
    .widget_meta ul li a, 
    .widget_pages ul li a {
        color: #000;
    }
    .widget_nav_menu ul li a:hover, 
    .widget_meta ul li a:hover, 
    .widget_pages ul li a:hover {
        color: #f0f0f0;
    }

    Hope it helps 🙂

    #1395047
    byrontye
    Participant

    great!

    is there anyway I can squish the padding on the widget to center it better with page? maybe 100px right and 100px left?

    #1395087
    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thanks.

    #1395373
    byrontye
    Participant

    new.ccorange.org

    #1395715
    Christopher
    Moderator

    Hi there,

    Please add this code :

    @media (min-width:767px){
    footer.x-colophon.top .x-container {
        width: 38%;
    }
    }

    Thanks.

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