Home Forums Pro Themes Photo Perfect Pro Hide Side Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #95182
    Martin von Berg
    Participant

    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

    #95217
    wensolutions
    Keymaster

    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!!

    #98337
    Martin von Berg
    Participant

    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

    #98347
    wensolutions
    Keymaster

    Hello,

    Glad that you resolved the issue by yourself.

    Let us know if you have any issues further.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.