Dazzling blog title styling

First of fall, thanks for a fabulous theme. Greatly appreciateed.

I’m currently setting up my personal blog but am somewhat puzzled that I cant change the color of the blog title.

Do I have to edit this in CSS? I don’t mind doing it in CSS, it just seems a very basic thing to have in the theme options / settings parallel to the many other color changes you can do there.

Thanks a bunch for your time, it IS really appreciated.

CHeers, Kenny

Hi Kenny,

I hope you are well today and thank you for your question.

If you want to change the whole blog text or link colors then you can do so from the Dazzling theme option but if you want to change the color of specific element like blog title then you will have to develop custom CSS code to achieve this.

You can change the color of blog title by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

#logo span.site-name a {
  color: #0081cc;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

Hello

I am having a similar problem changing the colour of my site title http://developmentmonitor.org.uk

I have tried the CSS code given above, but the title remains in the same default green colour. Do you have any other suggestions?

Thanks

Justin

@Justin This is old topic and to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/dazzling/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.