[Resolved] Body font size is small

Home Forums Support [Resolved] Body font size is small

Home Forums Support Body font size is small

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1211339
    David

    Body font size is smaller on TuneTechDowntown.com than on WaynesTransmissions.com but the font body sizes show the same. Tune Tech is too small. Tried to change the body font size but it doesn’t change. Please advise!

    #1211343
    Leo
    Staff
    Customer Support

    Hi there,

    They are both using 17px as far as I can tell.

    Is there a specific part you are referring to so I can make sure we are indeed looking at the body font?

    Let me know πŸ™‚

    #1212395
    David

    Here are links to Wayne’s and Tune Tech pages. You can see Wayne’s font is larger.

    https://waynestransmissions.com/about-us/

    https://tunetechdowntown.com/contact-us/

    Thanks

    #1212405
    Leo
    Staff
    Customer Support

    GP’s style is getting overwritten by another spreadsheet – something to do with carousel:
    https://www.screencast.com/t/kYmIPej9qR0l

    Try disabling all plugins except GP Premium.

    Let me know πŸ™‚

    #1229128
    David

    I can see the problem you have pointed to in the code. I can inspect it and uncheck it and the problem is fixed. I’m not sure what the problem is and how it got there.

    I don’t do code. I can see and edit the style.css file but I don’t see the problem in CSS.

    If I could change the 14px to 17px it might fix the problem.

    I’m stuck! Any suggestions?

    Thanks

    #1229179
    David
    Staff
    Customer Support

    Hi there,

    add this CSS to your site:

    body {
        font-size: 17px !important;
    }

    This will stop then Carousel CSS from overriding it.

    #1229254
    David

    Thanks David for getting back to me. Should I add it to the GeneratePress Stylesheet or would you recommend adding it with the Simple CSS plugin?

    #1229277
    Leo
    Staff
    Customer Support

    One of these methods:
    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1229296
    David

    Thanks for the great support. I really appreciate it. You were fast and very helpful. I’ll give you a review tomorrow.

    #1229300
    Leo
    Staff
    Customer Support

    Thank you! We appreciate it πŸ™‚

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