• Resolved graham2444

    (@graham2444)


    I’m using the BlueClouds theme and would like to change the font and colour of the blog title but can’t find where in the Stylesheet to make the changes. Can someone please point me in the right direction. Thanks. URL is https://www.thebigpurpledreamcomapny.com.

Viewing 6 replies - 1 through 6 (of 6 total)
  • e-sushi

    (@e-sushi)

    Sure… taking a quick look, I found it.

    In the CSS file located at ‘https://www.thebigpurpledreamcompany.com/wp-content/themes/blueclouds/style.css’ , look for:

    h1, h1 a, h1 a:hover, h1 a:visited {
    	text-decoration: none;
    	color: #000 !important;
    	}
    
    #headerimg .description {
    	text-decoration: none;
    	color: #666 !important;
    	}

    Simply change color: #000 and/or color: #666 to the color you want.

    Thread Starter graham2444

    (@graham2444)

    Thanks e-sushi. Colour is now changed. Where would I change the font?

    Shane G.

    (@shane-g-1)

    Hi,

    You can also change the font from the style.css file of your theme.

    Thanks,

    Shane G.

    Thread Starter graham2444

    (@graham2444)

    Any word on changing the font in the BlueClouds theme???

    e-sushi

    (@e-sushi)

    I would go hunting for the h1 tag, showing something like font: or font-family:.

    Thread Starter graham2444

    (@graham2444)

    Apologies. I made some changes and there was a time delay before they kicked in. All changed now. Thanks again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change blog title font and colour’ is closed to new replies.