Child Theme changes not showing

  • heidi777

    #10475

    Hi,

    I previously changed the body font to 15 using my Child Theme. Tonight I decided to figure out how to change the body font to 18 while changing the sidebar font to14.

    I first removed the previous change to 15, and the default of 12 was applied to all body fonts. This first change actually went through – the font is now all size 12 which is way too small for my site.

    Then I added in the changes, so now it is like this:

    body {

    color: #454545;

    font-family: ‘Open Sans’,’Helvetica Neue’,Helvetica,Arial,sans-serif;

    font-size: 18px;

    }

    .sidebar ul li {

    font-size: 14px;

    }

    I saved this.

    This second change however will not go through. I purged the histories of my browsers and I also purged the cache that my host has as well – they actually purged that both dynamic and static.

    No matter what, the change will NOT show up. I need the font to be larger – it is barely readable at this size.

    Does anyone know how to get the changes to show up? Thanks!

    heidi777

    #46218

    This resolved itself by the next morning. I have no idea what the problem was.

    Mod

    Kenneth John Odle

    #46219
    Quote:
    This resolved itself by the next morning. I have no idea what the problem was.

    It is probably a caching issue. When you make changes to CSS, always be sure to clear your browser cache (and your server cache if you’re using one) before reloading the page.

    Flap31

    #46221

    Yes the cache can be a really problem

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.