Article photo caption with gradient background

Posted in: Newspaper
Post count: 6

Hello to all
I can insert the caption of the photos within the article sovrapposa position and with a gradient background?
caption with background

Post count: 23312

Hello paolom83,

In order to achieve as you wish, you have to use a bit of CSS custom code to do that. Please try the code below and place it in Theme panel->Custom CSS Area.

The code is ->

.wp-caption-text{
position:relative;
margin-top:-22px;
color:white;
}

The result you should see here -> http://screencast.com/t/LwtdUB69C

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.