Change color of underline below Title element

Posted in: Newsmag
Post count: 2

Hey guys, as per the post title, can anyone help me learn how to change the color of the underlines below title elements? Please see image for clarification of what I mean. I looked through the documentation and scoured the theme panel, but I couldn’t find it. Thanks in advance for any help!

Clarification

Post count: 23312

Hi,

This is a customization which comes with that demo. If you want to change the color of it you need to do it with such a custom CSS code. Try the code below and place it in Theme panel -> Custom CSS area.

.td-newsmag-magazine .block-title>a:after, .td-newsmag-magazine .block-title>span:after {
background-color: green!important;
}

The result is here -> https://www.screencast.com/t/ouDA3loE

Thank you!

Post count: 2

Hi Catalin, thanks so much for the response!

I entered the provided code into the Custom CSS section of the theme panel, but sadly it didn’t work and the underlines are still yellow. I tried entering the code exactly as provided, as well as all on one line. Please see enclosed image for the error codes returned from each configuration. Any further advice?

Errors

Post count: 23312

Hi,

Please check here -> https://www.screencast.com/t/32TLNOjszYp

Thank you!

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