Topic Resolution: Resolved
  • Closed
  • Albert Passy
    Spectator
    03.01.2016 at 06:01 #23331

    Hi. I’m using the Evolve+ theme. I’d like to change the color of the font to #342D77 for both author and date.

    how do I do this?

    Denzel Chia
    Moderator
    Posts: 2656
    03.01.2016 at 07:11 #23332

    Hi,

    Please use the following in your Theme Options -> Custom CSS

    .entry-meta a, .entry-meta {
    color: #342d77 !important;
    }

    Thanks!

    Albert Passy
    Spectator
    Posts: 1
    04.01.2016 at 17:33 #23352

    Thanks. Do you have any documentation about what css elements do what?

    Denzel Chia
    Moderator
    Posts: 2656
    05.01.2016 at 08:55 #23363

    Hi,

    Sorry, that’s not possible.
    That’s too wide a topic.

    Besides, programmer whom understand css will only need a tool such as firebug to view the class and id.

    For a non-programmer, providing a css class name and id list will still be useless to them.

    I suggest you to learn CSS and Firebug tool, if you are interested to customize it by yourself.

    Thank you.
    Denzel