Hi Kriesi team,
I have almost finished my site, I´m working on. It was a pleasure to work with Enfold! I have only two remaining issues left that I cannot solve: (see pic in dropbox)
1) I want the margin between header/menu and heading on the frontpage to be smaller. I think it must be this part: <main role=”main” itemprop=”mainContentOfPage” class=”template-page content av-content-small alpha units”> But I don´t know how to change it.
2.) I don´t need the “main-title entry-title” on the frontpage. How can I delete there?
I appreciate your help and advice very much!
Best regards, Claudia
Hey Claudia,
Thanks for reaching out to us!
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
here you are. :)
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-2 h1.main-title.entry-title {
display: none;
}
main.template-page.content.av-content-small.alpha.units {
padding-top: 0px !important;
margin-top: -20px !important;
}
Best regards,
Jordan
Thank you so much. It worked great!
Best, Claudia
Hi Claudia,
You’re most welcome! Glad it worked :)
Best regards,
Jordan