Clear Voice Demo – Trying to change the color of this yellow underline

Posted in: Newsmag
Post count: 2

Hi,

My design is based on the Clear Voice demo, and I just can’t change de color of this yellow underlines:
yellow

If you want to take a look (provisory url):
http://fintlegal.hospedagemdesites.ws/wordpress/

This is the only color I couldn’t change in the whole template (I need to put the lime green, like on the logo).

Thanks from Brazil!

Post count: 23312

Hello Bruno Cruz,

Try the code below and place it in the Theme panel – > Custom CSS area.

The code is ->

.td-newsmag-voice .td-pb-span8 .td_block_template_1 .block-title span:after, .td-newsmag-voice .td-pb-span12 .td_block_template_1 .block-title span:after{
background-color: #a1f229;
}

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

In the future, I suggest you use the Inspector Browser to create your custom CSS code, according to our documentation from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks.

Post count: 2

Thanks so much! This works here:

and here:

But doesn’t work here:

Can you please help me with that? It’s the only support i’m gonna need with my website. I’ve built another website with newsmag4 succesfully previously, so no more trouble. thanks a lot

Post count: 23312

Hello Bruno Cruz,

You should target the right class if you need to make some changes to that section. Please check the above useful guide.

Thanks.

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