Picture background in header – followed instructions, but can't get it to work
-
I’ve been searching everywhere in the docs and forums for this now, found tons of examples, but I can get none to work.
All the tips recommends something like
header.tc-header { background-image: url('/wp-content/uploads/2014/06/TapasenBarcelona.png') repeat 0 0;}
However, I get absolutely nothing out of that. Changing the background color with
header.tc-header { background: #007db7;}
works fine though.
I have checked that I can view the picture from https://localhost/donostia.se/wp-content/uploads/2014/06/TapasenBarcelona.png (my site is at https://localhost/donostia.se/ ; sorry, not available outside of my LAN, although I guess I could make that available.)I am a newbie at both wordpress and Customizr, but I have checked, rechecked, and checked again, but there must be something I have not quite understood.
Other CSS changes (I have created a child theme and are making the changes there) seems to work reasonably well. The rest of my CSS is only
.navbar-wrapper .brand {width:100%; float:right} .navbar-wrapper .navbar {width:100%; height:50; margin: 0px auto} .brand.span3 {width: 100%;}
It centers the logo fine enough, although it does not center the menu, but that’s another post… ??
- The topic ‘Picture background in header – followed instructions, but can't get it to work’ is closed to new replies.