Hello, I want mor padding / margin between h1 and header. Pls see https://www.community.shantipreneur.com/. What do I add in the child theme? Thanks
Dear User,
No need to use Blank Child Theme. It is possible simply with custom css
Add this in wp-admin > Appearance > Customize > Custom CSS > publish
.home-page .pagetitle h1{padding-top:80px !important}
refer: http://prntscr.com/w26cm8
You can change the px in the above CSS to adjust the paadding. But yes this will only work for home page
Hi, thanks.
I want it for ALL pages not only for the homepage. Can you give me corrected CSS? Thanks
It will be like:
.pagetitle h1{padding-top:80px !important}