Please assist, i want to reduce the text size for the slider heading. Secondly, the white background for my site seem to be too big and want to reduce it. Have tried all trick and can’t edit that ppart
4 Answers
HI
For reducing the text , please navigate to wp-admin –> Appearance –> Customize –> Additional CSS , now add below one line css
Home page text size
#bcf-theme-banner .content-text h1 { font-size: 50px; }
Inner page text size
#static_header_banner .content-text h1 { font-size: 50px; }
Thanks
Thanks for the response. It has solved one part. I need help on reducing the background of the Logo section header. The white background from the Top Bar and Menu Heading is too wide. Need to drop it a bit.