• I haven’t set up WP for a while and I get site or background dimensions showing up behind the text. I’m sure there is a simple way to do this but I’ve looked and found nothing. Have you come across this. Thanks in advance. Cheers Andy

    • This topic was modified 1 year, 1 month ago by Gusdeadman.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • lisa

    (@contentiskey)

    if you are referring to this display of numbers: https://www.batcom.org.uk/wp-content/uploads/2023/10/header-bg.jpg

    find and remove this item in CSS for theme, plugin or custom coding

    .p-v1s3813 {
        background-image: url(https://www.batcom.org.uk/wp-content/uploads/2023/10/header-bg.jpg);
        background-attachment: scroll;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
    }
    Thread Starter Gusdeadman

    (@gusdeadman)

    Brilliant, thanks. Not sure who that was a good idea without putting a control in the interface, but hey, you sorted it out. Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background dimensions text visible’ is closed to new replies.