I am beyond perplexed. How do I do this?

Posted in: Newspaper
Post count: 4

Hi. I want to get rid of the black color around the custom titles. For example, I don’t want to show red and black for “Popular”. I ONLY want to show red. I have tried all settings, but I don’t seem to understand how to do this, even with documentation. Can anybody please guide me?

The site is https://wellnessoutpost.com
Scroll down and you will see POPULAR, HEALING, and REVIEWS… All have the colors that I want but also this black color that I can’t seem to get rid of. Where do I go to remove it?

Post count: 20688

Hi,

This is unusual, the block title should have the color that you set when customizing the page with the composer
https://www.screencast.com/t/3oqBQpjt
It seems there is an additional class that is applying on the title
https://www.screencast.com/t/Z1OMYr7aoWVh
This could be the result of a plugin not functioning correctly, or miss-configured. I could give you a code as a quick fix, but you should identify what exactly is causing the issue. Deactivate all plugins except theme plugins as a test, and check if the problem is solved.
The fix would be this code, enter it in Theme panel->Custom CSS
https://www.screencast.com/t/V49lzgTz

.block-title span{
background-color: transparent;
}

Thanks

Post count: 4

Thanks. It sure was a plugin… “easy table of content”, which I have disabled for now, before I find something more compatible. thanks for your help.

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