Best Premium and Free WordPress Themes › Forums › Education Base › Darkening Font
Tagged: bigger and darker font size
- This topic has 13 replies, 3 voices, and was last updated 6 years, 6 months ago by
acmethemes.
-
AuthorPosts
-
November 5, 2017 at 8:45 pm #21744
justinsgreen
ParticipantHi,
How can I darken the font of the body copy of entire website?
November 6, 2017 at 5:34 am #21759acmethemes
KeymasterHello justinsgreen,
Thank you for using the support forum for the query. Please add the below css codes insideAppearance > Customize > Additional CSS
p { font-weight: 500; }
Regards
November 8, 2017 at 4:48 am #21815justinsgreen
ParticipantHello,
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!
November 8, 2017 at 5:10 am #21819acmethemes
KeymasterCan 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
November 20, 2017 at 12:21 am #22086justinsgreen
ParticipantHello,
I tried this as well but did not work either. Any other suggestions?
November 20, 2017 at 3:46 am #22089acmethemes
KeymasterCan you please provide your site URL?
Thank you
November 20, 2017 at 3:59 am #22090justinsgreen
Participantocanxietycenter.com
November 20, 2017 at 4:14 am #22091acmethemes
KeymasterPlease add this below CSS as well.
p span { font-weight: 700 !important; }
Hope this helps.
Regards
November 27, 2017 at 1:07 pm #22362pieter
ParticipantI 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
PieterNovember 27, 2017 at 3:47 pm #22367acmethemes
KeymasterHello 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
November 28, 2017 at 6:54 am #22384November 29, 2017 at 7:04 am #22401acmethemes
KeymasterCan 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
November 29, 2017 at 12:38 pm #22409pieter
ParticipantI 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
PieterNovember 30, 2017 at 11:04 am #22440acmethemes
KeymasterNice to know that your problem is solved.
-
AuthorPosts
- You must be logged in to reply to this topic.