Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #893956
    jsjmccracken
    Participant

    Hello,

    On http://www.tablerockkennels.com/home/contact/ how do I decrease the spacing between jake@tablerockkennels.com and Boise, Idaho?

    Also, how do I get rid of the white hover effect on the navbar? I want to keep the navbar and footer menus white with just a blue hover effect but not both a blue hover effect and a white bar above each page on the navbar when hovered or clicked.

    Thank you,

    Jacob

    #894552
    John Ezra
    Member

    Hi Jacob,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .page-id-15 h4:nth-child(4) {
        margin-top:0;
    }
    
    .x-navbar .desktop .x-nav > li > a:hover,
    .x-navbar .desktop .x-nav > .x-active > a,
    .x-navbar .desktop .x-nav > .current-menu-item > a,
    .x-navbar .desktop .sub-menu a:hover,
    .x-navbar .desktop .sub-menu .x-active > a,
    .x-navbar .desktop .sub-menu .current-menu-item > a,
    .x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a,
    .x-navbar .mobile .x-nav li > a:hover,
    .x-navbar .mobile .x-nav .x-active > a,
    .x-navbar .mobile .x-nav .current-menu-item > a {
        box-shadow: none;
    }

    Hope this helps – thanks!

    #894628
    jsjmccracken
    Participant
    #895227
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! Please find this snippet of CSS from the last reply:

    .page-id-15 h4:nth-child(4) {
        margin-top:0;
    }

    Then update it to this:

    .page-id-15 h4:nth-child(2),
    .page-id-15 h4:nth-child(4) {
        margin-top:0;
    }

    Hope this helps – thanks!

    #895368
    jsjmccracken
    Participant

    This is helped thank you!

    I tried:

    .page-id-15 h4:nth-child(3) {
    margin-top:0;
    }

    but that didn’t work so asked the question.

    How did you know it was child(2)?

    #896308
    Friech
    Moderator

    Hi There,

    Sorry, lets use a different approach. The jake@tablerockkennels.com and Boise, Idaho are custom headline, yes? Please add a class mvn to each of this headline, this should remove there default margins which is causing a big gaps in between.

    Hope it helps, Cheers!

    #898665
    jsjmccracken
    Participant

    Thank you for the help!

    #899010
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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