Viewing 7 replies - 1 through 7 (of 7 total)
  • CypressWebs

    (@jmeyer2485)

    In your Child Theme or CSS Editor Plugin try this code:

    .page-title, .post-title a {
      color: HEX CODE HERE;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.

    Thread Starter allysoon

    (@allysoon)

    Thanks a lot I maneged to do this.

    If I may, I would like to ask another question. Under the single posts it is written the category of the post, I would like to remove it,also if possible I would like to remove the author name and post date from all pages if possible. I am not good at all at CSS so I have no idea how to do it.

    Thank you

    CypressWebs

    (@jmeyer2485)

    Sure just add:

    .postmetadata {
        display: none;
    }

    Thread Starter allysoon

    (@allysoon)

    Thank you very much, could you please tell me where exactly shall I add this code?

    I read something about child theme or something like that, but I have no idea how to do it.

    Thank you and sorry for bothering you

    CypressWebs

    (@jmeyer2485)

    Add this plugin and watch the video on how to use it.

    Plugin: https://www.ads-software.com/plugins/simple-custom-css/

    Video: https://youtu.be/iwdLwXj1TNE

    Thread Starter allysoon

    (@allysoon)

    Awesome.

    Managed to do it.

    Thank you so so much

    CypressWebs

    (@jmeyer2485)

    OK, Please mark as resolved.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to Change the colors of the posts and titles?’ is closed to new replies.