• How can I change the post title and text colors? Want to make them darker so they are easier to read.

Viewing 3 replies - 1 through 3 (of 3 total)
  • In the Mystique settings pages, under “User CSS”, paste this for the post titles;

    h2.title a{color:#000000;}
    h2.title a:hover{color:#000000;}

    And this for the post area font color

    .post-content p{color:#000000;}

    Then change the color values to whatever you prefer and save. Refresh the page in your browser and I think that should do it.

    Thread Starter mnmedai

    (@mnmedai)

    That worked, thanks!

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change text colors?’ is closed to new replies.