Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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)

    https://postimg.cc/Xpqg4rgg

    Any help to increase the button size and fix the footer is appreciated

    #1075325

    Hey 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,
    Rikard

    #1075719

    Hey,

    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?

    #1076373

    Hi,

    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,
    Rikard

    #1076763

    Hi 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 :(

    #1077949

    Hi 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,
    Victoria

    #1078959

    Hi 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?

    #1080024

    Hi Chris,

    Please disable all of these and let us check

    View post on imgur.com

    Best regards,
    Victoria

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