Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #316406
    RodeBoy
    Participant

    When going through the images in the galleries on https://www.mattfurness.co.uk/free-and-company/ the next arrows have a red background. I believe these come from the theme. Can you please provide CSS coding to remove this background, making it transparent please? I just need the arrows, no background. Thanks, Chris

    #316418
    tikaram
    Keymaster

    @rodeboy : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .mfp-arrow:hover {
        background-color: transparent;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #316440
    RodeBoy
    Participant

    Perfect. Thank you Tikaram.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Next arrow background’ is closed to new replies.