Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1130959
    UWC
    Participant

    I’ve tried other suggestions posted on here but so far nothing has worked. I want to remove the white space under the nav bar. It’s not happening on the home page, but it is on all other pages.

    #1130984
    Nabeel A
    Moderator

    Hi there,

    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.

    #1131006
    UWC
    Participant
    This reply has been marked as private.
    #1131236
    Nico
    Moderator

    Hi There,

    Adjust this code below,

    .x-colophon.bottom, .x-colophon.bottom a, .x-colophon.bottom .x-social-global a
    {
        color: #ffffff;//white icon color
    }

    To change the hover color:

    .x-colophon.bottom a:hover, .x-colophon.bottom .x-social-global a:hover
    {
        color: #000;
    }
    

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1131354
    UWC
    Participant

    It looks the same. Icons still only showing up when I hover & big white space remains

    #1131384
    Rupok
    Member

    Hi there,

    Thanks for writing back. It seems you are using your own Custom Headline instead of the Page Title. The space is because of the default margin of the headline. So you can use mtn or mts class to those Custom Headline to eliminate or reduce margin.

    Hope this helps.

    #1131388
    UWC
    Participant

    That’s working for some of the pages (eg, mission) but not all (eg, all the other ones.)

    Footer social buttons are still invisible.

    #1131401
    UWC
    Participant

    … footer issue resolved. Still need help with the gap issue.

    #1131407
    Christopher
    Moderator

    Hi there,

    Please add mtn in headline’s class field.

    Thanks.

    #1131965
    UWC
    Participant

    still a gap (see here for an example http://uwc.utexas.edu/course-specialist-consultants)

    #1132077
    Rupok
    Member

    Hi again,

    Please add the mtn class to the Custom Headline itself. It seems you have added the class to the Text Element. You need to add this to the heading.

    Cheers!

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