this is driving me crazy, different backgrounds on different pages going nowhere
-
This is about the 3. extensive day i spent on reading and trying to get this different background images on different wrodpress pages working, at the point of loosing my mind over it so i decided to try and hope for some miracle help from here.
I read about
https://codex.www.ads-software.com/Conditional_Tags
but i have no clue how to implement this.
A:
into the (which) php file???
B:
into style.css ???I currently use
#header {
width: 100%;
height: 480px;
background: url(“images/astro-zodiac-on-our-solar-system.jpg”) top left no-repeat;
}
in style.css to display the same header image on all pages (do not use blog entries, only pages).Some sites suggested i would only have to put in additional CSS code for each additional page id i want to have a different header background image on – but somehow nothing i tried worked.
There was also the suggestion of altering a php file (header.php??) with these
Conditional_Tags
but i got lost in this too.Any concrete help available to solve this obviousely dueable issue also for me??
- The topic ‘this is driving me crazy, different backgrounds on different pages going nowhere’ is closed to new replies.