Darkening Font - Acme Themes
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #21744
    justinsgreen
    Participant

    Hi,

    How can I darken the font of the body copy of entire website?

    #21759
    acmethemes
    Keymaster

    Hello justinsgreen,
    Thank you for using the support forum for the query. Please add the below css codes inside Appearance > Customize > Additional CSS

    p {
        font-weight: 500;
    }

    Regards

    #21815
    justinsgreen
    Participant

    Hello,

    I added the following to additional CSS:

    p {
    font-weight: 500;
    }

    Unfortunately, this did not bring any change to the font darkness. Do you have any other suggestions?

    Thanks!

    #21819
    acmethemes
    Keymaster

    Can you please try once by adding !important,

    p {
        font-weight: 500 !important;
    }

    Hope this helps. If not, please contact us again, we will provide next CSS codes.

    Regards

    #22086
    justinsgreen
    Participant

    Hello,

    I tried this as well but did not work either. Any other suggestions?

    #22089
    acmethemes
    Keymaster

    Can you please provide your site URL?

    Thank you

    #22090
    justinsgreen
    Participant

    ocanxietycenter.com

    #22091
    acmethemes
    Keymaster

    Please add this below CSS as well.

    p span {
        font-weight: 700 !important;
    }

    Hope this helps.

    Regards

    #22362
    pieter
    Participant

    I have the same problem and also add the
    p span {
    font-weight: 700 !important;
    }
    but it has made no difference in my font color.
    Is it possible to make the front a little bigger as it is difficult to read when it is so small?
    Any suggestions on the color and size Please? It will be highly appreciated
    Thanks
    Pieter

    #22367
    acmethemes
    Keymaster

    Hello Pieter,
    Can you please provide your site URL? We will check css codes on your site and will provide you the custom css codes.

    Thank you

    #22384
    pieter
    Participant

    Home


    Thanks

    #22401
    acmethemes
    Keymaster

    Can you please try once by adding the below CSS codes,

    p {
        font-weight: 500 !important;
        color: #000;
    }

    May be this will help you.
    Let us know how it works.

    Thank you

    #22409
    pieter
    Participant

    I have added the CSS code as given above. It works wonders.Thank you very much, it has made such a difference in the script and looks beautiful.
    Thanks a Million
    Blessings
    Pieter

    #22440
    acmethemes
    Keymaster

    Nice to know that your problem is solved.

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