Hi there,
I would like to have bigger buttons in the Vollbilldslider. For a future Update I would suggest a dropdown to choose from size, for now is there a css snippet so the buttons and Text get bigger?
Thx in advance
Hey Thomas,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Thanks for that, please try this in Quick CSS:
#top .avia-slideshow-button {
padding: 20px !important;
font-size: 20px !important;
}
Adjust the values to your liking.
Best regards,
Rikard
Hi Rikard, thx but that has no affect :(
Hi,
You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.
Best regards,
Vinay