Hi,
I am using the Ethos theme and have managed to change the headings of each widget in the sidebar to have a purple background and white text which works great. When i resize the screen to a mobile device, the background of the header is still purple but the font changes to black. Do you know ho i can keep the text white even on mobiles? Here is the code that i cam currently using:
/* adds colour to the heading box and changes font colour in sidebar, Ethos theme*/
.x-main .h-widget, .x-main .widget.widget_pages .current_page_item, .x-main .widget.widget_nav_menu .current-menu-item, .x-sidebar .h-widget, .x-sidebar .widget.widget_pages .current_page_item, .x-sidebar .widget.widget_nav_menu .current-menu-item {
border-color: #443688;
background-color: #443688;
color: white;
}
Im sure i probably need an @media somewhere but dont fully understand it.
thanks guys.

