• Resolved Ankit Khanna

    (@lunylad)


    Hi,
    I would like to remove the profile name and profile photo section from the header on the “about” page on a website because it looks kind of absurd to have two intros about you on the same page. How can I hide profile details header from an “about”page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi,

    The easiest way would be to disable the post author section in the content instead.

    Theme Options > Blog > Single – Author Bio > OFF

    To hide it with css in the header instead, you need to find the ID for the page and use this css:

    
    body.page-id-41 #profile { display: none; }
    
    Thread Starter Ankit Khanna

    (@lunylad)

    Thank you so much!!

    • This reply was modified 5 years, 2 months ago by Ankit Khanna.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Profile name and photo’ is closed to new replies.