Change size title header

Hi,

I would like to know how to change the size, color, etc. (css propierties) in the header (the title of the blog). I tried changing in the style.css (class site-name, class navbar-brand) but it doesn’t works.

Thank you.

Hi @stok,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


#page .site-name a.navbar-brand {
    font-size: 21px;
    color: #fff;
}

Please change the font size and 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