Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #775227

    Hi there,

    I need to hide an image (the blue triangular image at the bottom) on the footer socket on a specific page. I tried this but it doesnt seem to work :

    .page-id-523.footer#socket.container_wrap.socket_color{
    background: none;
    }

    Could I get some help? Thanks

    #775239

    Hey janicenisha,

    Can you try this code instead?

    .page-id-523 #socket.container_wrap.socket_color{
    background: none;
    }

    Cheers!
    Sarah

    #775326

    Hey Sarah,

    Thanks! It worked :)

    #775405

    Wonderful! Do let us know here in the forums if you need help with anything else.

    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to hide footer background on specific page’ is closed to new replies.