Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #868007

    Hi there,

    I have just gone to publish a blog, but saw in the preview that all text was big (didn’t show my text that I’d chosen to be bigger). So I went to look at my other blogs and they’re all suddenly the same (must have changed in last week). The blog font is one size up from all my other fonts in different pages.

    Recently I changed my font in Enfold from 14 to 16. This didn’t affect any of the web pages – font came bigger, but the parts I’d selected to be bigger still were bigger.

    However, the blog is bigger. And when I change it back to 14px in Styling – it goes quite tiny on the rest of the pages and the blog goes to a comfortable reading size.

    I’m wondering why the blog shows one thing and the other pages show another. Please can you have a look and see if there is something you can fix for me please. I’m weary of putting another CSS code in.

    Thanks :)

    #868058

    Hey Kali,

    I looked at the website and all seems to be fine, can you please point us to specific pages, where you need text to be adjusted?

    Best regards,
    Victoria

    #868464

    Hi Victoria,

    Please compare the font size on the screen (I’ve check on my phone too and it does the same thing – just looks more subtle) of the About page (http://recoveringwholeness.com/about-kali-crohns-disease/) versus this blog here (http://recoveringwholeness.com/goddess-on-the-go-cards/).

    If you were to look in the dashboard you would see that this blog post has used two different font sizes, yet they all look the same in the blog post. However I did exactly the same with the About page (2 different font sizes to highlight), and it shows that up on the screen.

    Also notice how the Blog post font is larger than the About font and it’s all the same in the dashboard.

    Thanks again :)
    Kali

    #869051

    Hi Kali,

    Thanks for the feedback. I’m not sure what is causing that to be honest, but please try this in Quick CSS to see if it works:

    .single .entry-content p {
      font-size:16px !important;
    }

    Best regards,
    Rikard

    #869147

    That worked but now it’s made the size of my image captions 16px instead of the smaller more subtle one that it automatically is…any way around this please?

    Is it bad to start having so many different CSS codes?

    #869150

    Thank you :)

    #869615

    Hi,

    Please try this under the code I sent previously. If it doesn’t work then please remove both instances of !important in both blocks of code.

    .single .entry-content .wp-caption-text {
      font-size:12px !important;
    }

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.