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

    Hi,

    I placed a button inside my layer Slider and I want to make a bit bigger, but somehow is not working.

    this is the code I used:

    <form action="http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/como-funciona/">
        <input type="submit" value="Assista ao Vídeo e Veja Como é Fácil   >>">
    </form>

    and ccs: `.button {
    font: bold 25px helvetica;
    text-decoration: none;
    background-color: #f5f6cc;
    color: #717304;
    padding: 45px 55px 45px 55px;
    border-top: 2px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #fffffff;
    border-left: 1px solid #fffffff;
    }`

    Page link: http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/

    Thanks,
    Fabiana.

    #165567

    Hello faterra!

    Please add following code to Quick CSS in Enfold theme options under Styling

    div.ls-s-1 input[type="submit"] { font: bold 25px helvetica; text-decoration: none; background-color: #f5f6cc!important; color: #717304!important; padding: 45px 55px 45px 55px!important; border-top: 2px solid #ffffff!important; border-right: 1px solid #ffffff!important; border-bottom: 1px solid #fffffff!important; border-left: 1px solid #fffffff!important; }

    Best regards,
    Yigit

    #165657

    Hey Yigit,

    It worked perfectly, thank you once again.

    Cheers.
    Fabiana.

    #165665

    Hey!

    You are welcome :) Let us know if you have any other questions

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Button inside LayerSlider WP’ is closed to new replies.