Autofocus: adding static caption to images on the homepage
-
Hi, I’m trying to get the transparent excerpt on the homepage images to be static rather than only appearing when a mouse hovers over the image, is that possible? Or if not, can I make image captions appear on the home page posts? Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Do you have the custom design upgrade? If so, the following bit of CSS code should do the trick.
.featured-banner{ opacity: .6 !important; } -
I checked http://laignee.wordpress.com/ just now and I see you are currently using the Triton Lite theme.
To make the date and comment text appear by default without needing to hover on posts on the home page in the Triton Lite theme, you can add the following custom CSS to your Appearance > Customize > CSS editor:
.lay1 > div .date-meta { right: 0 !important; } .lay1 > div .block-comm { left: 0 !important; }To save custom CSS, you must have a Premium bundle or have purchased a Custom Design upgrade in the past.
- The topic ‘Autofocus: adding static caption to images on the homepage’ is closed to new replies.