CSS – Can't get custom header to show on all pages
-
I have added the below code into my Additional CSS, but the header image is only showing on my homepage. The previous header image has disappeared and now only the color (#282D31) is showing in the header on all other pages. How do I get the image to appear on all of my pages?
#masthead {
background: #282D31 url(‘wp-content/uploads/2018/10/border57-3.png’) no-repeat center center;
background-size: cover;
color: #FFFFFF;
left: 0;
top: 0;
width: 100%;
z-index: 5; } -
Good morning :)
Please let me know which site you’re working on so I can take a better look at the site + the css you’ve added here. Thanks.
-
-
Hi there,
Your site is not hosted by us (WordPress.com). It is using the self-hosted version of WordPress and it is hosted by GoDaddy.
We’re only able to provide support for WordPress websites that are hosted by us. For help with a self-hosted WordPress site you need to ask over at the WordPress.org forums:
https://wordpress.org/support/
If you want to know more about the differences between WordPress.com and the self-hosted WordPress.org you can read this article:
- The topic ‘CSS – Can't get custom header to show on all pages’ is closed to new replies.