• Littlemcsc62

    (@littlemcsc62)


    I would like to do two things: Change the color of the menus (in this case menu1) and space the menu so that it goes from left to right centered on the page – not right aligned – anyone successful with this yet?

    https://www.sugarlillywaxbar.com

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • To change the color of the menu text you will need to add this to your css: (you will want to change the color code to whatever you want)

    .top-navigation .horisontal-navigation li a {color: #000;}

    _______________________________
    To change the background color of the menu you will want to add this to your css: (again changing the color code)

    .top-navigation {background-color: #fff;}

    _______________________________
    I can not seem to figure out how to center align the menu, but you could try this work around — Add some padding (you will want to adjust these numbers up or down slightly to make it work for your menu). You would add this along with the text color change. So it would look like this:

    .top-navigation .horisontal-navigation li a {color: #000; padding: 15px 15px;}

    __________________________________
    Hope that helps!

    Thread Starter Littlemcsc62

    (@littlemcsc62)

    I’ll give that a try – thank you for your time!

    No problem! Hope it helps ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modify top menu/color/spacing’ is closed to new replies.