How to customize Coherent theme?

  • Unknown's avatar

    How to change the color of my text and titles in Coherent theme?
    And also, how can I make the pictures appear in the same page and make them easily watchable with arrow buttons? Because right now, if you click on them, then they open in an entire tab and the rest of the background is white and it is not possible to see them in a row.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, to change the color of the text and titles, it would require the WordPress.com Premium Plan upgrade, which includes the Custom Design feature.

    You can try out and preview custom CSS before you buy as explained here.

    Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    a {
        color: #cc0000;
    }
    body {
        color: #00cc00;
    }
  • Unknown's avatar

    Hello!

    Thank you for answering. I must admit I kind of hoped that there would be a solution in a way that I didn’t have to pay a lot of money for the color of my text. But if there is not, I will think of something else.
    And what about the pictures? Are they going to be nicely watchable only in Premium as well?

  • Unknown's avatar

    I think what you are talking about for images is a Slideshow, which you can put in pages and posts. That is a default feature here at WordPress.com. See if that is what you are wanting and let me know.

  • Unknown's avatar

    Yes, I think that is what I’m searching for.

  • Unknown's avatar

    @avepalm7, that’s super. Let us know if you have any further questions.

  • The topic ‘How to customize Coherent theme?’ is closed to new replies.