site title font

Hi
Can I change site title font size.want to change how can I do it

Hey there,

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 your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*Title font size*/
h1.entry-title {
    font-size: 40px;
}

Best regards,
Support.

hi thanks i tried but did not work

Please try using below custom CSS code.


#logo .site-name a {
    font-size: 35px;
}

If it doesn’t work for you then could you please share me your site URL where it’s displaying so that i can help you to achieve it?

hi Movin, it work thanks.

hi Movin is it possible to show Site title and tagline just above slider I have attached child them which I am using.http://www.foodies-cooking.com/

Hi,

Try this Child theme, http://take.ms/HMkgF it will move the menu + navigation above the featured slider.

Let us know,

Thanks,
laranz.