[tagDiv] Text with title widget not working properly in 8.1

Posted in: Newspaper
Post count: 8

Color “background” is color of solid pattern in foreground (not background color) and text remain invisible in background. With Increase transparency level of “background” color (but really transparency level of solid pattern in foreground) text would appear, but remains unavailable for selection, links is colored in blue but don’t work etc.

This issue is independent od browser and [tagDiv] Text with title widget work normally in 8.0 version.

Post count: 20688

Hi,

Please enter this code in Theme panel->Custom CSS and check the results. It should fix the issue you are having

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

Please let me know if you still have further problems.

Thanks

Post count: 8

Thanks. It’s working.

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