"Title with text" Element overwrites title and text with background color

Posted in: Newsmag
Post count: 11

I asked a question before, I need an answer please. I saw that questions posted after mine have been answered, too. I’ll try to explain it better now:

In the “title with text” element I tried to change the background-color to a grey with an alpha value of 1. After that the text and title aren’t visible anymore. It looks like the background is in front of the actual text, but changing the z-index values of background and foreground had no effect.

Post count: 20688

Hi,

We are aware of this issue and we will fix it in the next update. Indeed when setting a background color for the text with title, the text will be behind the background. Please enter this code in Theme panel->Custom CSS section

.td_block_text_with_title .td-element-style {
z-index:-1;
}

It will fix the issue – https://www.screencast.com/t/xo0nLdfM7Bb4

Sorry for the inconvenience.
Thank you!

Post count: 11

Hello Simion,

okay thanks a lot!!!! It worked.

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