Viewing 11 posts - 16 through 26 (of 26 total)
  • #323506
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m a bit lost in this topic. Based in your screenshot what is missing now?
    Thanks

    -Rui

    #323643
    10foldDigital
    Member
    Post count: 86

    Hi,

    The languages in the navigation have been removed, but I’m still trying to change the background colour to dark grey to make the white navigation text visible. See attached screenshot.

    Thanks

    Andrew

    Attachments:
    You must be logged in to view attached files.
    #323832
    10foldDigital
    Member
    Post count: 86
    This reply has been marked as private.
    #324059
    David Martin – Support
    Moderator
    Post count: 20834

    I cannot access wp-admin.

    I get this error: “Not supported”.

    #324370
    10foldDigital
    Member
    Post count: 86
    This reply has been marked as private.
    #324605
    David Martin – Support
    Moderator
    Post count: 20834

    The dark grey is your desktop Nav, it’s hidden because of custom CSS changes that have been made.

    You should override desktop CSS for the small screens, an example is:

    @media (max-width: 979px) and (min-width: 768px) {
    #header-section > #main-nav {
        height: 100% !important;
    }
    }
    #324720
    10foldDigital
    Member
    Post count: 86

    Hi,

    I added that to CSS, but i couldn’t see any changes.
    Is there an easy solution, even If it’s just removing the dark grey strip on mobile, extending the height of the light grey and making the navigation text dark grey – whatever is the easiest solution, we just need the navigation on mobile to be legible.

    Thanks

    Andrew

    #324760
    10foldDigital
    Member
    Post count: 86
    This reply has been marked as private.
    #324769
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Andrew,

    I’ve just tweaked the CSS to:

    @media only screen and (max-width: 979px) {
    #header-section > #main-nav {
        height: 100% !important;
    }
    }
    #325120
    10foldDigital
    Member
    Post count: 86

    Hi David,

    Awesome, thank you so much for your help!

    Cheers

    Andrew

    #325122
    David Martin – Support
    Moderator
    Post count: 20834

    No problem, glad it’s working as you want.

Viewing 11 posts - 16 through 26 (of 26 total)

You must be logged in to reply to this topic.