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
Edited by Konstantinos Platis