Tagged: Button Size
Hello,
I am looking to increase the size on a button for a fullwidth easy slider banner. Does this require additional coding?
Thanks,
-Sam
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
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
Hi,
Add this to quick css:
.avia-slideshow-button.avia-button.avia-color-light{
padding: 20px 100px;
}
Best regards,
Jordan Shannon
Hey Jordan,
Is there a way to manually increase the size?
Thanks,
-Sam
Hi,
Unfortunately those are available in the button options.
Best regards,
Jordan Shannon
Hey Jordan,
Seems like that code didn’t work. Anything I could be doing wrong?
-Sam
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
I did both of those things, but no luck. Anything else I can try?
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
Ismael,
That seemed to work. Thank you for your help!
-Sam
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon