Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #239052

    Hello,

    You have created a wonderful theme, it’s amazing!
    I have had this theme for sometime now and really like it but wrestle with some of it, mainly the menu. Trying to stylize the menu for some reason is extremely difficult for me. I would like to change the font size and color to test out different looks. The rough preview does not show the menu specifically and leaves me guessing as to what I have changed (slow caching compounds my frustration). The quick preview in the styling choices in the theme options do not seem to be clear enough for me to feel confident the setting I have set are what I’m looking or testing for. I think my menu style problem may be due to a transparency issue of which I am unable to solve. Can you give me an idea as to what I should do?
    My site is http://www.bvsiness.com (you will notice the menu looks pretty bad right now).

    Thanks
    Darrell

    #239189

    Hi rhinocorp!

    You can change the main menu color using this on Quick CSS or custom.css:

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    For the submenu, you can use this:

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

    Regards,
    Ismael

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