• Resolved PeterJohnFisher

    (@peterjohnfisher)


    Is it possible to remove or hide an image placeholder in my site’s header area? I have cleared my browser cache but this made no difference. The placeholder liks to the site URL but I do not want to be able to see it.

    My site is https://www.raftrace.org.uk

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    #header {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 60px;
    padding-bottom: 0;
    }
    #header .container-inner {
    background: none repeat scroll 0 0 #33363b;
    }

    Thank you.

    Thread Starter PeterJohnFisher

    (@peterjohnfisher)

    Sam,
    Thank you but this has not worked and I think the problem may be browser related so I will make a new post.

    Sam

    (@soumendra)

    Okay no problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Seeing an image placeholder in header’ is closed to new replies.