Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #554994

    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?

    #555000

    Hi Nicola!

    I get “Indirizzo email sconosciuto. riprovare.” error. Can you please check it once again?

    Regards,
    Yigit

    #555030

    my fault. i give you the right email in private

    #555032

    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

    #555036

    yes. I fixed, thanks.

    Last question:
    And if i wanna it bordered instead of colored?

    #555049

    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

    #555056

    perfect Yigit!

    now i set it also with a hover state ;)

    #555108

    Hey!

    Looks great :)
    Let us know if you have any other questions or issues and have a great weekend!

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘bordered (or colored) menu voice feature does not work’ is closed to new replies.