[Resolved] custom menu button bkg color height

Home Forums Support [Resolved] custom menu button bkg color height

Home Forums Support custom menu button bkg color height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #327324
    Eduardo

    Hi,

    Please, can you tell me how can I give a height for a custom button bkg color on main navigation?
    In my web: http://www.guia-clubs.com , you can see the button “ALTA GRATUITA”. The bkg color (#c32959) goes from the top to the botton.

    Below you can see a link with a example image. This one is how my website looks before to work with your template. I would like to have the buttom “ALTA GRATUITA” like in this example.

    See Image

    This is the Custom CCSS Im using now:

    .main-navigation .boton.alta,
    .boton.alta:visited {
    background-color: #c32959 !important;
    border-radius: 8px !important;
    }
    .main-navigation .boton.alta:hover,
    .boton.alta:active {
    background-color: #e0245e !important;
    }

    #327329
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width:769px) {
        .main-navigation .main-nav ul li.boton a {
            line-height: 50px;
        }
    }
    #327548
    Eduardo

    Perfect, Fixed!

    #327736
    Leo
    Staff
    Customer Support

    Awesome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.