Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #683192

    Hi

    I am trying to remove the green off the Home button and hover buttons on my main menu. Something I thought I could control in General Styling but dont seem to be able to. I am not sure where it is evening pulling the green in from as I even removed it from my theme and it remained. No CSS whatsoever seems to be removing it so that I only get a line under my items and not a solid color?

    Link attached.

    Thanks
    Dee

    #683595

    Hi deegranger,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #683681

    Added.

    Thanks

    #684837

    Hi!

    It’s a custom css modification in the style.css file:

    .header_color .main_menu ul:first-child > li.current-menu-item > a span.avia-menu-text, #top #header_main > .container .main_menu ul:first-child > li > a:hover span.avia-menu-text {
        background: #1E823F;
        color: white !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-transition: background 0.4s ease-in-out;
        transition: background 0.4s ease-in-out;
    }
    
    .header_color .main_menu ul:first-child > li.current-menu-item > a span.avia-menu-text, #top #header_main > .container .main_menu ul:first-child > li > a:hover span.avia-menu-text {
        background: #1E823F;
        color: white !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-transition: background 0.4s ease-in-out;
        transition: background 0.4s ease-in-out;
    }

    Please remove it or modify the color values.

    Cheers!
    Ismael

    #685729

    Hi

    Thanks for getting back to me.

    OK I found that in the style.css. However I can change the color – but I dont want any color and dont know how to remove it. If I make it clear or transparent then the text goes as well?

    Thanks
    Dee

    #687956

    Hi,

    Sorry for the delay, I’m unable to view the element in question in the above links provided to further assist you. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

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