Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #707378

    Hi, I can’t solve my main menu question: I set up the main colors of main menu font (6a7b7); I speaking about home-category-contact-about us. I would like this font appears in another color (303030) when you are in. Example: If you are in home, clic on the voice “blog” in blue and when you are in the blog font is grey. The page you are in is in evidence in another color. Thanks in advance.
    Best Regards
    Nunzio

    #707409

    Hey nuncer,

    Menu item colors can be changed from Enfold > Advanced Styling > Main Menu

    If that does not work please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #header .av-main-nav > li > a .avia-menu-text, 
    #top #header .av-main-nav > li > a .avia-menu-subtext {
        color: #303030!important;
    }
    

    Best regards,
    Vinay

    #708187

    Hi, thanks Vinay for you answer, I made your modify Css but now all carachter “home, about, ect” are in color 303030 and not only when you are in page you choosed. It working same day before, but I don’t know why there is a problem now. In add, now I have a little underscore under a page choosed I would like it disappears.
    In private login and pw for give a look if you want.
    Thanks again in advance.
    Best regards.
    Nunzio

    #708584

    Hi,

    Please try this instead:

    .current-menu-item .avia-menu-text {
        color: #303030!important;
    }

    Best regards,
    Rikard

    #708688

    Hi Rikard, thank you, it works good.
    Best Regards
    Nunzio

    #708778

    Hi Nunzio,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #708956

    Yes, excuse me Rikard, I need to change a price in a link of products like I sent in private; I write about section “related product” below in the page. The price would be in #ffffff colour but setting ”alternative content secondary font” in general style menu nothing happen. (you don’t see the price now because is the same color of background). Could you help me please? How I can change the colour of price of related product without change home page colour setting? Thank you in advance.
    Best regards.
    Nunzio

    #709048

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .related .woocommerce-Price-amount {
      color:white !important;
    }

    Best regards,
    Rikard

    #709489

    It works great! You are the best! May I have the same command for woocommerce section “You may also interested in”? Thank you again!!
    Best Regards
    Nunzio

    #709502

    Hi!

    Can you please post the link to your page and point out the text you would like to adjust?

    Best regards,
    Yigit

    #709512

    Hi Yigit, in private I attached the link; the section is “you also may interested in” (ti potrebbe interessare), I would like price in white. Rikard helped me for related products price in white.
    I attached also user and password for site.
    Thank you
    Best Regards.
    Nunzio

    #709523

    Hey!

    Please add following code to Quick CSS as well

    .single .upsells .woocommerce-Price-amount {
        color: white!important;
    }

    Best regards,
    Yigit

    #709542

    Great! Well done!
    Thank you!
    Best regards
    Nunzio

    #709544

    Hey!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Main Menu Font’ is closed to new replies.