• Building a site at: http://www.tribalinks.com and I set some changes in the CSS. I want the title to be bigger and the header image to not display on certain pages. Here’s where I made the changes:

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    I’m sitting here typing this on an Intel based Mac. On this machine, using Firefox, those changes are not displayed. However, on an older Mac, right next to me, it works.

    I’m stumped.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter afwoods

    (@afwoods)

    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.]

    Thread Starter afwoods

    (@afwoods)

    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.

    Thread Starter afwoods

    (@afwoods)

    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.

    Thread Starter afwoods

    (@afwoods)

    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.

    Thread Starter afwoods

    (@afwoods)

    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??

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘style.css changes only displaying on some computers’ is closed to new replies.