Gradient Featured Content
The topic ‘Gradient Featured Content’ is closed to new replies.
Need help? Check out our Support site, then
Hi is it possible to change the gradient on the featured content slider? The option to make it darker, a solid block or increase the height would be ideal.
thanks
The blog I need help with is: twobeardgaming.com
Hi there – thanks for the message.
The simplest thing to do would be to use the following custom css:
.primary-content .primary-wrapper .item .image-meta {
background: rgba( 0,0,0,0.7 );
}
The 0.7 is the transparency value. 0 is transparent, and 1 is opaque.
There’s info on using custom css here:
https://wordpress.com/support/custom-design/custom-css/
Thanks – Ben
The topic ‘Gradient Featured Content’ is closed to new replies.