Hi, I am using Sugar and Spice theme in my site http://www.tobeweds.com and looking to change color and size of site-title (header), descritpion(tag line) and posts heading(post title). I tried changing in style.css but its not helping. Seems there is a different place where I need to change, please can someone of you help me out. Thanks in advance. .site-title { font-family: 'Niconne', cursive; font-size: 40px; margin: 0; font-weight: 400; }
you need to change everything in your custom css which i found to be /* Enter Your Custom CSS Here */ .site-title a { font-size: 100px; color:black; } .site-description { color:red; } .entry-title a { font-size: 28px; color:black; font-weight: bold; } change the font sizes here hope this helps.
Thanks carrieathomer!! Btw two things are not working with above custom css: 1. Color of site-title did not changed though size is working fine. I tried with different colors but did not worked. 2. Same problem goes with post title using entry-title tag. Size is getting changed but not color, though 1st post (old dated post) of site color changed but not the rest of the posts.