adapting my website
-
Hi guys,
I would like to make the “more posts” button invisible.
Also I want to resize the header pictures of the pages, any way to do these things?thx
The blog I need help with is: (visible only to logged in users)
-
Hi there,
First off can you replace the following CSS rule you have in your custom CSS.site-info a { color: #777 !important; }with the following
.site-info a, .site-info { color: #000 !important; }You are not allowed to hide the WordPress.com and theme footer credits per our Terms of Service (#11). Even the VIP sites here at WordPress.com (CNN, Time, etc.) are required to keep the footer credits. See the Frequently Asked Questions on the Custom Design support page for more information.
You are allowed to restyle the footer credits to better fit with your design as long as they remain readable. The above makes them less noticeable, but still keeps them readable.
The following will hide the Older Posts button.
.infinite-scroll #infinite-handle { display: none; }For the featured image resizing, are you talking about on the main page, or are you talking about on pages such as “The Team”?
-
-
- The topic ‘adapting my website’ is closed to new replies.