Customising My Site

Hello. I’ve just installed Sparkling and I’d like to customise a few areas of the theme. I’ve made a number of changes but there’s more I’d like to achieve and I haven’t been able to find out how to do so.

I’d like to change the font and colour of the post titles.

I’d like to change the font and colour of the sidebar titles.

I’d like to change the font size of blockquoted text.

Thanks for your help.

My blog can be found at rodneyolsen.net

Hello. It’s been over a week since posting this request for support and I’m hoping that someone might be able to help.

Anyone?

You can change the style in your child style.css. Copy the code below and change it to whatever you like.

I’d like to change the font and colour of the post titles.

h1.entry-title{
	font-size: 28px;
	font-weight: 700;
	font-family: "Roboto Slab",serif;
	color:#6B6B6B;
}

I’d like to change the font and colour of the sidebar titles.

#secondary .widget > h3{
	font-size: 14px;
	text-transform: uppercase;
	color: #636467;
	font-weight: 700;
	font-family: "Roboto Slab",serif;
	}

I’d like to change the font size of blockquoted text.

blockquote {
	font-family: Open Sans;
	font-size: 17.5px;
	font-weight: normal;
	color: #6B6B6B;
	}

Thank you so very much. I really appreciate you taking the time to help out. :slight_smile:

No problem!

Hi @taro,

I hope you are well today and thanks for helping out here in this forum.

Your help here is really appreciated.

Thanks,
Movin