Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1112109

    Hello,

    I am looking to increase the size on a button for a fullwidth easy slider banner. Does this require additional coding?

    Thanks,

    -Sam

    #1112117

    Hey sbukofsky1,

    Yes this can be done via css. If please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1112339

    Here is our homepage.

    The button I’m referencing is currently saved as a template, so I cannot publish that yet. However, a good example is if you scroll down a little until you see the banner that says “Restaurant Design And Build – It’s what we do.” I’d like the button that says “Learn more” to be bigger.

    Thanks,

    -Sam

    #1112458

    Hi,

    Add this to quick css:

    .avia-slideshow-button.avia-button.avia-color-light{
        padding: 20px 100px;
    }

    Best regards,
    Jordan Shannon

    #1112929

    Hey Jordan,

    Is there a way to manually increase the size?

    Thanks,

    -Sam

    #1113039

    Hi,

    Unfortunately those are available in the button options.

    Best regards,
    Jordan Shannon

    #1113228

    Hey Jordan,

    Seems like that code didn’t work. Anything I could be doing wrong?

    -Sam

    #1113239

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1113247

    I did both of those things, but no luck. Anything else I can try?

    #1113581

    Hi,

    Did you toggle the Performance > File Compression settings after adding the code?

    The following css code should increase the font size and padding around the slideshow button text.

    #top .avia-slideshow-button {
        font-size: 23px;
        padding: 15px 30px;
    }
    

    Best regards,
    Ismael

    #1113613

    Ismael,

    That seemed to work. Thank you for your help!

    -Sam

    #1113747

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Increase button size on banner’ is closed to new replies.