• Resolved Vedavaner

    (@vedavaner)


    Hello All,

    The navigation bar on top menu is too small. How do I go by increasing the text? I also would like to change the color of the text. Do you have CSS code that I can use to modify the font size and the color of the text?

    Below is my website site, you can see the top navigation on the blueish rectangle area. It’s too small and not clear.

    https://www.makemoneyonlinehomebase.com/

    Thank you for all of your help.

    Vanessa Rathsvongsack

Viewing 2 replies - 1 through 2 (of 2 total)
  • On line 112 of your layout.css file you’ll find this class:

    #top ul.nav {
    font-size: .857em;
    }

    Use that to change the font size.

    And on line 119 you can change the color with this class:

    #top ul.nav > li a {
    padding: 1.387em 1em;
    color: #9f9693;
    }

    Just be aware of the policy around child themes and changes.

    Thread Starter Vedavaner

    (@vedavaner)

    Hi There,

    Thank you so much for prompt response. You are the bomb! I would like to compensate you for your dedication. I can be reached via email at [email protected]. Please fell free to contact me at anytime.

    I hope to hear from you soon!

    Vanessa Rathsvongsack

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to increase widget text size on the top menu and change the text color?’ is closed to new replies.