• Resolved Deb M

    (@papul)


    Hi there & thank you for a great theme.

    I want to change the default color of the texts in Single Posts & Pages. Is there an option to do that in the customizer of Hueman Theme ?

    If there is no option in the admin panel, then can you provide me the Custom Codes to get the desired effect – that I can use in the custom CSS plugin ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Deb M

    (@papul)

    The default text color is greyish.
    I want to make the default text color to black.

    Hi papul. Try adding this to your custom CSS:

    .single .post .entry {
        color: #000;
    }
    Thread Starter Deb M

    (@papul)

    Thank you that works.

    One suggestion – I see in the forum many users ask for the Custom CSS codes for minor changes like the one I asked.

    Why don’t you make a sticky post with all the most frequently asked for CSS codes. That will not only be helpful to users (as it will be easy to search) and also save n reduce the time you guys spend answering the same questions many times over in different support threads.

    Thanks again for the great work.

    Glad that worked.

    Why don’t you make a sticky post

    Good idea. Only problem is that wp.org allows sticky posts in the plugin forums, but not the theme forums.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the Singe Post Text Default Colour’ is closed to new replies.