• Thanks to someone else on the forum, I was able to change the background color behind my blog entries to white. Now, the title doesn’t show up, and I can’t find where the title color would be in my stylesheet.

    My site is:
    https://www.awanderingsole.com

    If you click on the About page, it maintains the orange title that I want but the blogs have a white title. Any suggestions how to change this? Also, if I italicize any words in my blog entries, they turn a greyish-white and I want them to remain black. How can I change that?

    Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • in style.css, add (best before the line ‘/* Anchors */’):

    h3, h3 a, h3 a:link, h3 a:visited    {
    	color: #b77a48;;
    	font-family: Georgia, "Times New Roman", Times, serif;
    	margin-top: 15px;
    }

    the title in ‘about’ was a h2.hd-page style.

    in style.css line 55, delete:

    em { color: #d9e3ea }

    Thread Starter awanderingsole

    (@awanderingsole)

    Great. Let me throw one more your way… the subtitle with the date and categories, where can I change that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change title color in blog’ is closed to new replies.