Background color menu

Hi,
I need to give to button "Dona Ora" a red background, how can I do That?
The website it is: teniamocipermanoonlus.net

Thanks

Comments

  • edited February 2017
    Hi,

    Please go to BeThee Options>Custom CSS&JS> CSS and paste this code :
    #menu-item-3698 a {background:rgb(237, 28, 44);}
    This will make the red background appear from top to bottom, but you can use this code and it will make a smaller background just behind the list item name.
    #menu-item-3698 a span {background:rgb(237, 28, 44);}
  • Hi, i'm sorry but I don't understand what do you mean when you said: just behind the list item name.
  • Hi,

    Sorry I made a mistake in the code, try it now.

    Just try to paste the first one, save and see the changes, if the background area is too big just paste the second one instead of the first one.
Sign In or Register to comment.