-
AuthorPosts
-
September 7, 2016 at 3:21 pm #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
DeeSeptember 8, 2016 at 10:29 am #683595Hi 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,
RikardSeptember 8, 2016 at 1:16 pm #683681Added.
Thanks
September 12, 2016 at 2:02 am #684837Hi!
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!
IsmaelSeptember 13, 2016 at 1:18 pm #685729Hi
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
DeeSeptember 17, 2016 at 5:32 pm #687956Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.