Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1217323

    Hi,

    I tried to change the font size in enfold theme setting, but it takes no effect?

    Any idea?

    kind regards Jak

    #1217444

    Hey Jak73,

    What element are you trying to adjust?

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1217856
    This reply has been marked as private.
    #1217988

    Hi Jak73,

    The body font size is a very general setting and so many elements override it or you have some error in the css so that the css breaks and does not apply.

    Please try this code:

    
    #top #wrap_all p {
        font-size: 18px;
        line-height: 28px;
    }
    

    Best regards,
    Victoria

    #1218375

    Hi Victoria,
    it don*t take a effect?
    Any other idea?
    Kind regards Jak

    #1218647

    Hi,

    I can see the CSS Victoria gave you applying on your site, please try loading it in an incognito or private browser window.

    #top #wrap_all p {
        font-size: 18px;
        line-height: 28px;
    }

    Best regards,
    Rikard

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