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

    Heres what Im working on:

    http://iloveiparty.co.uk/

    I would like to change the font colour on the drop down menu and also to change the hover font colour on the drop down menu.

    The changes I make within WP admin > Enfold > Styling > Header appears to affect no change.

    Im new here, so Im sorry if this is a dumb question.

    I appreciate your help, thank you

    • This topic was modified 10 years, 7 months ago by absurdity69.
    #252316

    Anyone? Please?

    #252518

    Hi!

    Thank you for using the theme!

    Please use this on Quick CSS or custom.css:

    .header_color .main_menu .menu ul li a {
    color: blue;
    background: white;
    }

    For hover, use this:

    .header_color .main_menu .menu ul li a:hover {
    color: red;
    background: black;
    }

    Cheers!
    Ismael

    #252653

    Hi Ismael,

    Thank you so much for helping me.

    Can I ask:

      Does the quick css use normal css? are there any caveats?
      Does it replace existing code or simple adds to it?
      Are there any issues that i should be aware of?

    Thank you again

    #252655

    Hi!

    Yes it uses normal CSS. It adds the new code dynamically. No issues, if you are familiar with CSS, you can customize your theme using this field.

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.