Border bottom color same as Category Color

Posted in: Newspaper
Post count: 45

By using the following code, I’ve managed to do this https://imgur.com/a/HDJvI

.td_module_2.td_module_wrap.td-animation-stack{

border-bottom:solid green 4px;
margin:0px 0px 15px 0px;
padding:0px 0px 15px 0px;
}

I Have attained the category colors by using this code:

.td-post-category[href*=””]{
background-color: yellow;
}

I’m aware that I’ve coded the border as Green, but I would like the border to copy the color associated with the color of the category.

REPLY

Post count: 20688

Replied in your other topic.

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