On my site http://staging.wsmsnyc.org.s167849.gridserver.com/
the WSMS TEP menu I am using the button style color from the menu options, it looks great but I would like to change the background color from blue to green (hex #50b849)
Thanks
Hey navindesigns,
You should be able to set that yourself under Enfold–>Advanced Styling. Could you check that out please?
Thanks,
Rikard
I can’t find it
Here is my screenshot
https://s31.postimg.org/ua0v4qp8b/Screen_Shot_2016_08_05_at_9_44_06_AM.png
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background: #50b849;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hi!
Please use the code as following
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background: #50b849;
border: none;
}
Regards,
Yigit
that works
thanks