custom code for left white line on ticker

Posted in: Newsmag
Post count: 11

hi i am trying to find the custom css code to change vertical white line on my left side of ticker to colour #222

i have managed to fix the right side with a colour but not the left…. it seems it’s a border in background but i don’t want to do a global change on border as it affects my posts and other areas.

this works for right 🙂

}
.home .td-container-border:after {
background-color: #222
}

this doe not work for left 🙁 **please can you give me correct code**

.td_block_trending_now {
border-color: #222
}

  • This topic was modified 10 years by deanjon.
Post count: 9544

You might need to add the !important element there.

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