• Hello,

    I need to make font color dark for my website. I tried fixing with some CSS but i’m not developer so that didn’t goes well. I am looking for any custom code that I can put in my website and everytime I post article I dont have to manually select the black color, right now its kind of gray tone.

    for better understanding you can check the website. There are pages with balck color that I did manually and pages with default color. Its very annoying for me to everytime do this manually. Any help is appreciated…

    here is the website:- horizohub

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    I would suggest adding the font color to the body tag so that it will have black color to the fonts. Note it will just appear for the standard fonts, if there are anchor tags or links, there must be a separate CSS written for them.

    Navigate to Appearance -> Customize section of your admin dashboard, scroll down to the bottom of the page and click Additional CSS. This will open an in-built tool that will allow you to add any CSS code.

    body {
    color: #000000 !important;
    }

    Hope this helps.

    Thank you!

    Thread Starter davidhuge

    (@davidhuge)

    Thanks… I will try it and let you know.

    Thread Starter davidhuge

    (@davidhuge)

    Woow.. it works… can you please suggest CSS for links? they are still gray in color.. if possible…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font Color Dark’ is closed to new replies.