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

    Hi,

    How can I put a rounded button? I used to have it before, but now it is squared and I don’t know hot to change it.

    Thank you!

    Elena

    #840947

    Hey Elena_AB,

    I’m able to see rounded buttons on your page. Were you able to get this fixed?

    Best regards,
    Jordan Shannon

    #841272

    Hi Jordan,

    Not on the Home Page, they were totally rounded before (for example, “Haz clic”) Can you help me?

    Thanks in advance!

    Elena

    #841275

    Hi,

    Add this to quick css:

    .avia-button{
    border-radius:30px!important;
    }

    Best regards,
    Jordan Shannon

    #841649

    Thank you Jordan!

    And is there any way to increase the font size inside the button? I feel it is hard to read it.

    Best regards,

    Elena

    #841748

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .avia-builder-el-36 span.avia_iconbox_title {font-size: 26px !important; }
    .avia-builder-el-36 .avia-button.avia-size-large {padding: 15px 4px 13px !important; 

    This targets only that button with “.avia-builder-el-36” you can change or remove to suit. Also adjust font-size to suit.
    2017-08-20_141709

    Best regards,
    Mike

    #841923

    Hi Mike!

    Thank you for your reply!

    How can I do this rule to apply for every button?

    Best regards,

    Elena

    #842040

    Hi Elena,

    Buttons have different classes, so it might need some adjusting.
    But this should work in most cases:

    
    .avia-button {
         border-radius:30px!important;
    }
    

    Best regards,
    Victoria

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