Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi there,

    Thank you for getting in touch with us.

    Please open Appearance → Customize → Additional CSS and add the following css to change title on post list:

    .entry-content .entry-title a {
      color: #b8860b;
    }

    or on single post:

    .single .entry-content .entry-title a {
      color: #b8860b;
    }

    Thank you for your time in this.

    Best regards,
    Jarek
    Kale Support

    Thread Starter marine1010

    (@marine1010)

    Hello,

    Sorry but I didn’t manage to do this.
    Can you please give me an exemple with one of my post, like the “Carla” one or the ” Anouk & Olivia ” one ?
    I found html color codes and tried to change the color of the title of my posts, but didn’t succeed.

    Thank you !

    Hi there,

    Follow these steps:

    1. Open Appearance → Customize in WordPress Dashboard and click Additional CSS at the bottom (see screenshot here: https://www.screencast.com/t/v84BWm0d)

    2. Paste this code (there is a small change. See the screenshot here: https://www.screencast.com/t/CzqPlkHq):

    .entry-content .entry-title a {
      color: #b8860b;
    }
    .single .entry-post .entry-title {
      color: #b8860b;
    }

    Remember to change the hex color: #b8860b

    3. Click Save & Publish button.

    It should work.

    Best,
    Jarek
    Kale Support

    • This reply was modified 7 years, 10 months ago by jarektheme.
    Thread Starter marine1010

    (@marine1010)

    Thank you Jarek ! It worked !
    And is it possible to change the color of the title on the slider post as well on the front page ?

    Hi again,

    I’m glad to hear that ??

    Please add this css:

    .frontpage-slider .caption h2 a {
    color: #b8860b;
    }

    Best

    Thread Starter marine1010

    (@marine1010)

    Thank you so much !!!
    It worked ??

    Thread Starter marine1010

    (@marine1010)

    Jarek, sorry, but how can I do if I want to have a different color for each of my posts’title ?

    For the moment, I managed, thanks to you, to change the color of the title of my posts, the color is the same for all the posts. But for exemple, if I want one pink, and another purple, etc… Is it possible ? Is there a code that I can enter for each post ?

    Thank you !

    Theme Author lyrathemes

    (@lyrathemes)

    @marine1010, can you show us with a screenshot where you’re trying to accomplish this?

    Thread Starter marine1010

    (@marine1010)

    @lyrathemes Hi !

    I’d just like to have the choice to chose the color of the title of my posts when I write them.
    Don’t know how to put a screenshot here, sorry ??
    https://marine-leroy.com/journal/

    Theme Author lyrathemes

    (@lyrathemes)

    There is no way to do that by default. You’ll need to add custom CSS every time you publish a new post.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘change color of the title of the post’ is closed to new replies.