- This topic has 3 replies, 2 voices, and was last updated 6 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Photo Perfect Pro › Hide Side Title
Hi,
how may I hide the side title, that is shown above the content?
For example: My site is :
https://www.mvb1.de/
Here I want to hide the grey word “Fotoalben”. And on all other pages the title of the page / post, too.
Regards
Martin
Hello,
To hide the grey word “Fotoalben” and the title of all the post and pages , please add the below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS
#separator-title .entry-title{
display:none;
}
Hope this helps,
Feel free to reach us for anny further query/confusion,
Best Regards!!
Hi,
I solved this for the Home- / Starting-Page only, by that:
.home #separator-title {
display:none;
margin:0px;
padding:0px;
height:0px;
}
Additonally I reduced the size of the empty area.
Thanks
Martin
Hello,
Glad that you resolved the issue by yourself.
Let us know if you have any issues further.
Thank you.
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



