Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • TCB Friend
    #208318

    Hi there,
    I am trying to change my default text color from the standard gray to the pure black color.
    I have tried making several changes to the template css file and have also made the change with ThemeMagic. My primary concern is changing the default color of article text. I have to manually change the text from gray to #000000 as of now. Any help would greatly be appreciated.

    Pankaj Sharma Moderator
    #576440

    Hello
    try this
    add this code in custom.css file to change the text of articles

    body .article-content {color : #e73628 !important;}

    Change the color code with your color code .
    Let me know if it helps

    TCB Friend
    #576504

    <em>@pankajsharma 481474 wrote:</em><blockquote>Hello
    try this
    add this code in custom.css file to change the text of articles

    body .article-content {color : #e73628 !important;}

    Change the color code with your color code .
    Let me know if it helps</blockquote>
    Awesome! It did the trick. Whenever I go to a content page directly the text is as desired.

    However, when the article is listed as a preview on the homepage or in a blog layout, it still has the font in the default color. Is there a quick fix for this too perhaps?

    Adam M Moderator
    #577162

    Hi @cmnow,

    Use this in custom.css file instead:

    body {
    color : #e73628;
    }

    Adam M Moderator
    #643469

    Hi @cmnow,

    Use this in custom.css file instead:

    body {
    color : #e73628;
    }

    Adam M Moderator
    #742120

    Hi @cmnow,

    Use this in custom.css file instead:

    body {
    color : #e73628;
    }

    TCB Friend
    #577290

    <em>@Adam M 482539 wrote:</em><blockquote>Hi @cmnow,

    Use this in custom.css file instead:

    body {
    color : #e73628;
    }

    </blockquote>

    That did the trick, thanks Adam!

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  Adam M 8 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum