Skip to content

Boxes in Teaser List responsive mode do not inherit the color settings

Summary

Boxes in Teaser List responsive mode do not inherit the color settings from the appearance page of the theme settings.

Steps to reproduce

Create a Teaser List page and put it in responsive mode

Possible fixes

The issue is caused from:

.view-content * {
    color: #292929;
}

that overrides all other colors in views. Try to replace it with something else.

Attachments

Screenshot_2019-10-18_at_11.40.55

Edited by Konstantinos Platis