Home Forums Pro Themes Photo Perfect Pro Page title obscuring the site logo

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24930
    eurojer
    Participant

    Hi! I recently upgraded my theme and now the page title is obscuring the site logo. Is there a way to either (a) lower the page title or (b) remove/hide it all together?

    Thanks!

    #24931
    wensolutions
    Keymaster

    Hello @eurojer,

    The page title and the site logos section in the Photo Perfect Pro theme is way separated and distinct in the default design / layout. As we are looking here at our local setup, we are having trouble understanding the issue precisely.

    Please send us your website URL and / or a screenshot of the issue so that we can have better understanding of the issue itself and provide a fix.

    In case you want to completely remove the Page title from the pages you can use the folowing Custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :

    .page h1.entry-title {
        display: none;
    } 

    Hope this Helps,

    Best Regards !!

    #27161
    eurojer
    Participant

    Thanks for the response….. I have used the code you provided and removed the page header for a cleaner look to each page. I appreciate the quick help, sorry for the delayed acknowledgement.

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