Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #814488

    Hi there,

    I would like change the font color in green of my transparency header when I pass the mouse over it.

    Thank you in advance.

    #814497

    Hey,

    You can go to Enfold theme options > Header > Transparency Options and change transparent menu color as needed.
    If that does not help, please post a link to your page so we can provide you an accurate solution :)

    Best regards,
    Yigit

    #814545

    Hey,

    I would like change the font color only when I pass the mouse over it.

    View post on imgur.com

    Thank you in advance.

    #814549

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .av_header_transparency .main_menu ul:first-child > li > a:hover .avia-menu-text {
        color: orange!important;
        opacity: 1;
    }
    

    Best regards,
    Yigit

    #814568

    Hi,

    It’s perfect thanks. I want also the same color when I pass the mouse over it for the little bar.

    View post on imgur.com

    Thank you in advance.

    #814835

    Hi,

    If possible please provide a link to the page so we can inspect the element and deliver an accurate answer.

    Best regards,
    Jordan Shannon

    #814866

    Hi,

    Unfortunately my wordpress is in local with wamp…

    Best regards,

    #814971

    Hi,

    If you are familiar with element inspection from the browser, you should see how to change the border color.

    Best regards,
    Jordan Shannon

    #814972

    Hi,

    Or if you can let me know which demo you started with I can check. Was it the default?

    Best regards,
    Jordan Shannon

    #814998

    Hi,

    I don’t use demo. Thank you for your help.

    Best regards,

    #814999

    Hi,

    No problem, are you able to locate the class via browser inspection?

    Best regards,
    Jordan Shannon

    #815001

    Hi,

    It’s OK I succeeded

    Thanks

    Best regards,

    #815014

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Change the font color of my transparent header’ is closed to new replies.