Changing the default color of a block title border

Posted in: Newspaper
Post count: 3

[Cross-post from Envato market forum – Link]

Hi,

I was wondering if it is possible to change the border color of a particular block title with custom CSS? Specifically, I am hoping to change the border color of a title adopted from a widget element (used with a plugin). Unfortunately it does not give me the option to change border color in the widget itself. Here’s what I’m trying to change:

Click here

Furthermore, I wasn’t able to find the border color element during inspection, so I was hoping that the tagDiv team could help with some code or a different workaround, if there is indeed a solution.

Post count: 35449

Hi,

Please provide a link were I can inspect the problem, in this way I can give you the proper custom css.

Thank you for your understanding.

Post count: 3

Hi Calin,

Sure thing, please see this page as an example.

The affected elements are near the middle of the page in the right-hand column labeled “Event Calendar” and “Events.” I am trying to change the CSS on those particular elements since I can not through the widget.

Thanks.

Post count: 35449

Hi,

Please try this custom css:
.td_block_template_8 .td-block-title > *:before, .td_block_template_8 .td-block-title > *:after {
background-color: #a14c75;
}

https://www.screencast.com/t/PpAGOuY75J

Thanks.

Post count: 3

Yes, that works perfectly. Thank you!

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