Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #289192

    Hi Guys,

    I’d like to color the Pre-Order menu point in orange much like the pre-order button on the slider of the home-site:
    http://www.flatev.com

    The others should stay the same however.

    How would I do that?

    thanks a lot in advance!
    Sandro

    #289223

    Hey sandromeyer!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    li#menu-item-2964 .avia-menu-text {
    color: #dd8000;
    }

    Regards,
    Yigit

    #289240

    thanks Yigit for your support!

    However, I actually meant an orange BOX with rounded corners as a background of the text and then white text saying PRE-ORDERS ;)

    thanks so much.
    Sandro

    #289298

    Hi!

    Thank you for the update.

    You can use this:

    li#menu-item-2964 .avia-menu-text {
    color: white;
    background: orange;
    padding: 5px 10px;
    border-radius: 5px;
    }

    Regards,
    Ismael

    #289403

    thank you so much. Perfect!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Background Color for Navigation Point’ is closed to new replies.