I cannot figure out why bordered (or colored) menu voices do not work anymore. I also tried via quick css helping me with some other posts in the forum with no success. I want the voice Compra Adesso (website) to be bordered (n brown for example). Can you help me?
Hi Nicola!
I get “Indirizzo email sconosciuto. riprovare.” error. Can you please check it once again?
Regards,
Yigit
my fault. i give you the right email in private
Hi!
Please add following code to Quick CSS
li#menu-item-3661 > a > .menu-image-title {
color: white;
background: black;
padding: 5px;
border-radius: 5px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
yes. I fixed, thanks.
Last question:
And if i wanna it bordered instead of colored?
Hey!
Please use the code as following
li#menu-item-3661 > a > .menu-image-title {
color: white;
border: 2px solid black;
padding: 5px;
border-radius: 5px;
}
Best regards,
Yigit
perfect Yigit!
now i set it also with a hover state ;)