• Resolved J. McKinley Brown

    (@jimmbrown94)


    How do I remove the enormous picture of me at the top of the page and the name repeat immediately after this image? WordPress.com support was unable to assist me. I have updated to the latest version, which I like.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Justin Scheetz

    (@justinscheetz)

    What you’re seeing at the top is the “Featured Image” that is set for the resume. The theme that you’re using would need to have the ability to hide this image, or the easiest method is to just add some custom CSS to hide it from the WordPress Customizer (Appearance > Customize > Custom CSS). The following should work in your case:

    body.single-rb_resume .singular-header-image,
    body.single-rb_resume .entry-title,
    body.single-rb_resume .square { display:none; }
    Thread Starter J. McKinley Brown

    (@jimmbrown94)

    It worked! Thank you for getting back to me so quickly.

    Plugin Author Justin Scheetz

    (@justinscheetz)

    @jimmbrown94 Sure thing!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Double picture Double Name’ is closed to new replies.