Text and Link Colors - Acme Themes
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24947
    acp2018
    Participant

    How do I change the text color throughtout the website?
    Also, how to change the size of regular content text?
    And to change the text link colors?

    #24962
    Acme Themes
    Keymaster

    Hello,

    Most of the options are available on the premium version theme Education Base Pro.
    Or you can try following custom CSS.

    .entry-content p, li {
        color : #000;
    }
    a{
       color: blue;
    }

    Best Regards!
    Acme Themes

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