TheFour – Change featured posts' title color
-
Hi,
First of thanks for making such a great theme !
Could you please indicate me the CSS code to change the color of the titles for the featured articles section on the main page ?
I’m currently displaying 6 posts on the home page but the titles are written in black which I’d like to change.
Thank you !
The blog I need help with is: (visible only to logged in users)
-
Oh and please could you tell me how to change the size of the header image ?
I would like to indicate a max height but no fixed width -
Hi,
Could you please indicate me the CSS code to change the color of the titles for the featured articles section on the main page ?
Here you are:
.section.blog .entry-title a { color: your-color }
Oh and please could you tell me how to change the size of the header image ? I would like to indicate a max height but no fixed width
Please try this CSS:
.home.page .header-inner { height: 300px; }
The header image section will auto resize based on the content you enter for the homepage. In case of your site, there’s no content, so you might want to set a fixed height for it.
-
- The topic ‘TheFour – Change featured posts' title color’ is closed to new replies.