How to target mobile theme with CSS

Posted in: Newspaper
Post count: 6

Hello, in the mobile theme, how to target the post content, I want to set a background color instead the default white to match the desktop version.
I want to target that area, and also the area in the title and subtitle

Post count: 35449

Hi,

You can try this custom css for mobile theme -> https://i.imgur.com/7gOv6dg.png
#td-outer-wrap {
background-color: #222;
}
#td-outer-wrap * {
color: #fff;
}

The code need to be set in theme panel> mobile theme > custom code> css.

Hope this will help you!

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