Sorry, didn’t quite get that right. You can see I changed the title size from 30 to 50.
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
So far testing is as follows:
Intel based MacBook: Does not display correctly
Ipad 2: Does not display correctly
iPhone: Correctly
2 old Macs: Correctly
Old Gateway: Correctly
????????
Do not edit the Twenty Eleven theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. First create a child theme for your changes.
Ok, so say I create a child theme. Make those edits … I’m just guessing here, but I’m going to have the same problem.
Sorry about posting too much code. I know, I’m lazy and I should create a child css … I’m also an artist, not a programmer so … bear with me.
At any rate what I have tried to do is set some pages so the header image doesn’t show up on them. Did it on an old Mac and it worked. I could easily go back and remove it from the styles.css file … I’m not all willy nilly in there.
What I’m not understanding is how the css code can display differently on different computers. The code to remove the image from that page is there.
Let’s see if I can get this right. Apologies for being such a newb.
This is the code I am using
.page-id-xxx #branding img {display:none}
With xxx being the page id.
You still don’t have a child theme set up — which is asking for major problems…
That said, it works fine (no image) on my MacBook Air (2011) and my iPad3.
Have you tried different browsers and cleared all your caches? It’s much more likely a browser issue than a computer issue.
If you are still having problems, have you validated the site??