Help with configuring Home Page
-
Hello, I need some help on my home page as I haven’t been able to fix them myself. The few changes I need assistance on is getting rid of the big white box on my home page. Second is getting my image on my home page to fit on the mobile device as well as the font.
The blog I need help with is: (visible only to logged in users)
-
Hi, to hide the white box, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
.home.page .entry-inner { display: none; }For the featured image header, what we can do is add the following which will keep your image centered on all screens.
.page .has-featured-image header.entry-header { background-position-x: center; }
- The topic ‘Help with configuring Home Page’ is closed to new replies.