-
AuthorPosts
-
March 5, 2019 at 4:47 am #1074634
Hi,
I can’t seem to change the size of the button in the full screen slider.
I’ve been through the forum and tried numerous bits of code. My most recent attempt is:
#top .avia-slideshow-button {
font-size: 20px;
}Still I can’t get anything to work. I’ve been using WP Rocket to ‘Clear Cache’ and ‘Purge OPCache’ and that didn’t show the result after trying different lines of code in the general styling section.
Also I’ve been making some changes to my homepage and now my footer is only filling 3/4 of the page with the other 1/4 being a white space (see image)
Any help to increase the button size and fix the footer is appreciated
March 6, 2019 at 7:08 am #1075325Hey Christopher,
Did you try to disable file compression and select to delete the old CSS and JS files under Enfold->Performance to see if that helps?
Best regards,
RikardMarch 7, 2019 at 1:50 am #1075719Hey,
I clicked the tow disable options in performance.
No changes made through and I can’t see a select to delete option.
Anything else or more I need to do?
March 8, 2019 at 1:59 pm #1076373Hi,
Thanks for the update. Please try this CSS instead:
#top .avia-slideshow-button { font-size: 20px !important; }
The delete option is at the bottom of the Performance page.
Best regards,
RikardMarch 9, 2019 at 2:53 pm #1076763Hi sadly, that didn’t seem to work either.
I selected the delete box at the bottom and saved the changes also.
The footer is still showing 3/4 along the pages also :(
March 12, 2019 at 8:26 pm #1077949Hi Chris,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
body div.slideshow_align_caption .avia-button { font-size: 20px; }
If you need further assistance please let us know.
Best regards,
VictoriaMarch 15, 2019 at 1:03 am #1078959Hi Victoria,
Thanks. It didn’t work deactivating the plug in but it did when I added it via the theme instructions.
I still have the issue where my foot is covering 3/4 of the page however.
Can you help with this?
March 18, 2019 at 7:23 pm #1080024Hi Chris,
Please disable all of these and let us check
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.