Home › Forums › Agent Focused Theme › Remove Text and User Profile from front page image
- This topic has 1 reply, 2 voices, and was last updated 3 years, 2 months ago by
Marcy Diaz.
- AuthorPosts
- April 18, 2019 at 10:57 am #9802
SWFLagent
ParticipantI want my logo on the front page image. But when I remove the Text and User Profile widgets the image gets cut off.
I tried replacing H2 with the logo graphic, but it justifies left, not center and still cuts off some of the image.
Do you have code to maintain the front page image size when those widgets are removed?
Or to replace H2 text with centered logo and remove User Profile, while maintaining image size?
Not sure which is the best approach…
- April 18, 2019 at 11:01 am #9814
Marcy Diaz
KeymasterFor the background image to show, you need to have at least one widget in Front Page 1. You can add an empty text widget.
If you want an image in that section, you can use a Text widget to add the image to Front Page 1. The Image widget didn’t exist when the theme was coded; it’s quite new.
For either, you can adjust the height of the image by adding this CSS under Appearance > Customize > Custom CSS.
Adjust the padding numbers to your preference..front-page-1 .wrap { padding: 120px 0 180px; }
- AuthorPosts
- You must be logged in to reply to this topic.