• julietsully

    (@julietsully)


    I am trying to change the colour of my post titles. I am using the following CSS code without success:

    .post-title {font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 130%;
    color: blueviolet; font-weight: bold}

    Any advice gratefully received!
    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @julietsully

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .post-article .title a {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 130%;
      color: blueviolet;
      font-weight: bold;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter julietsully

    (@julietsully)

    Thank you @snehalb890 – it did work!! I have spent hours on this, so very grateful. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing post title colour in Saul theme’ is closed to new replies.