Mobile Theme background color

Posted in: Newspaper
Post count: 34

Can you provide me the css to make the background color of the mobile theme white? It seems to be currently set by default at grey and my bylines do not show up well. Thank you!

Post count: 20688

Hi,

That is unusual, the background should be white for the mobile theme. Please enter this code in Theme panel->Mobile theme->Custom CSS section

body {
background-color: white;
}

Let us know if there still is a problem.

Thanks

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