Featured Pages on Front Page
-
Hi Guys,
I’m using the them Edin and am curious to know how I can center the title of my featured page “Services.” Also, I’d like to know how I can remove the “Read More” button and format the page so that I can have 3 icons distributed evenly on a row, with a description of the services below each icon. In the grey footer area, I’m trying to order the widgets from left to right, instead of vertically. Is it possible to reduce the size of the menu?Let me know if any of this is confusing. Thanks in advance for your help.
The blog I need help with is: (visible only to logged in users)
-
-
Hi there –
I’m using the them Edin and am curious to know how I can center the title of my featured page “Services.” Also, I’d like to know how I can remove the “Read More” button
The changes can be made with some custom CSS, a feature of the WordPress.com Premium and Business plans.
This custom CSS would remove the “read more” links below the featured pages on the homepage:
.home .featured-page .more-link { display: none; }This would centre the featured-page titles, including Services, assuming you’d want the alignments to match:
.home .featured-page .entry-title { text-align: center; }In the grey footer area, I’m trying to order the widgets from left to right, instead of vertically.
Move some of the widgets out of Footer One into Footer Two and Footer Three to accomplish that.
Is it possible to reduce the size of the menu?
Again, this would require custom CSS. If you choose to upgrade your site, you can get help with this and other CSS tweaks in the CSS Customization forum:
- The topic ‘Featured Pages on Front Page’ is closed to new replies.