I would like to modify a colour

Posted in: Newspaper
Post count: 8

Hi,
I searched the fourm but didn’t find what I’m looking for.

Please look at the attached screenshot.
Actually there’s no way to attach a screenshot.
I put an url:
https://www.artifex.one

I would like to selectively modify the colour of the short segment just below the words “IN EVIDENZA”.
Is it possible? How?
Thanks.

Post count: 27744

Hello,

I saw the block is block 18, so you can set the Border Color => https://i.imgur.com/QQELJFP.png

A solution for sending a screenshot is this:
Download, capture, send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link, paste it here.

Thank you!

Post count: 8

Hi,
tried that before posting here.
It’s not working:
https://snipboard.io/Bwnj9x.jpg

Regards,
Giancarlo

Post count: 27744

Hello,

This is strange, but you can change the color of the border with custom code CSS https://i.imgur.com/0QFtOWB.png

.td-lifestyle .td_block_template_8 .td-block-title:after
{
background-color:#a22;
}

If you want to change the color only for that block, you need to add an extra class on the block and add the class to the custom code.
This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

Post count: 8

Hi,
thank you for your support.

That solution actually works.

Regards,
Giancarlo

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