Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1484758

    I’m on 7.1 and wordpress 6.8.1 (dev site: https://tssdevsite.xyz/)

    I was remiss in updating my site, everything worked on wordpress 6.7.1 and enfold 5.7 (prod site: https://www.thestrapsaver.com/)

    How can I fix this? Please be as clear as possible, I’m not very good at this :)

    #1484816

    Hey Shari,

    Thank you for the inquiry.

    The arrows are there but they are barely visible because the background is transparent due to this css code.

    #top .avia-slideshow-arrows.avia-slideshow-controls a {
        background: #fff0 !important;
    }

    You can either remove the modification or add this code in the Enfold > General Styling > Quick CSS field.

    #top .avia-slideshow-arrows.avia-slideshow-controls a {
        background: #a6a6a6 !important;
    }

    Best regards,
    Ismael

    #1484839

    Ok, what did I do wrong? :) I couldn’t find the code that you suggested to remove and added the one that you suggested to add and nothing changed.

    This is the current CSS code that I have for the the sliders:

    #top .avia-slideshow-arrows.avia-slideshow-controls a {
    border-radius: 25px;
    font-weight: bold;
    font-size: 18px;
    background:#transparent;
    width: 45px;
    height: 30px;
    }

    I also tried to change background from #transparent to #a6a6a6 !important but still nothing.

    Thanks again!

    #1484842

    Hi,

    Thank you for the update.

    Please provide the login details in the private field so we can check further. Also, make sure that Appearance > Theme File Editor is accessible, just in case.

    Best regards,
    Ismael

    #1484952

    See private field.

    #1484953

    Hi,

    Thank you for the info. We removed the code from the Appearance > Customize > Additional CSS panel. Please make sure to purge the cache before checking the page.

    View post on imgur.com

    Best regards,
    Ismael

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