Custom category background

Posted in: Newspaper
Post count: 10

I’m trying to change the colour of the category background to something gradient, but in the TD composer it only gives me single colour choices.

http://prntscr.com/j8e0hh

I tried editing it in the custom css, but it wouldn’t change. Can I edit the css somewhere to change it from ‘background-color’ to ‘background:’

Post count: 22421

Hello,
This can only be done with css like this example:

.td-post-category{
background: linear-gradient(red, yellow, green);
}

You can add the code in the theme panel-> custom css box

Thanks.

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