• cliftag

    (@cliftag)


    I am very new at WordPress but have managed to build my website. One problem I am having is when the site is access via mobile phone, the drop down menu text is in black and will not show up on the black background. This doesn’t happen on the other pages, only the home page. Can someone please assist me? My site is relcoproducts.net

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Tahoerock

    (@tahoerock)

    Hi Cliftag,
    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.
    I’m doing this on my browser to find solution.
    It can get to some different behaviour on your site.
    It can happen that it is not working.
    Then we have to look further.

    header #menu-main > li > a span, header .top-nav > ul > li > a span {
        color: #888888;
    }
    
    or
    
    header #menu-main > li > a span, header .top-nav > ul > li > a span {
        color: #888888!important;
    }

    I have chosen this color, because when you use white it is not seen on normal browser window view. So I did compromise.

    ScreenShot of normal view
    ScreenShot of the Mobile view
    Hope Im helpful
    Cheers
    @tahoerock

    Thread Starter cliftag

    (@cliftag)

    Thank you, however I have no idea how to use CSS . Ive never worked with any of this before.

    Thread Starter cliftag

    (@cliftag)

    Any way you can call me? [moderator note – removed phone number]

    • This reply was modified 8 years ago by stephencottontail. Reason: removed phone number
    Tahoerock

    (@tahoerock)

    …to continue:
    there is official option in OneNote Theme.
    I have installed theme on my server to see what it is like.
    They have great customizing options.
    For your issue go to:
    OneTone Option/Styling/Main Menu Colors
    There is what you need

    Here is a SCreenShot
    I did just one Change to Main Menu Font Color ( First Level ) set to Yellow and it has worked well.
    You can tweak all here
    Cheers
    @tahoerock

    Thread Starter cliftag

    (@cliftag)

    /Users/adamclifton/Desktop/Screen Shot 2016-11-16 at 3.00.07 PM.png

    Tahoerock

    (@tahoerock)

    Hi Cliftag,
    another issue can be that you have older version of the Theme. My new installed theme has 1.9.2 version. Take a look.
    You cannot have Sreenshot link from your desktop. It is not working.
    You have to put the picture to some cloud server like Dropbox. There is public folder.
    you put pics there and when you right click on it it will give you public link. This is the link to present here by using link button above.
    Cheers
    @tahoerock

    Theme Author MageeWP

    (@magictheme)

    You can add custom css code to Appearance > Theme Options > General Options > Custom CSS

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Mobile menu text color won’t show on home page’ is closed to new replies.