Text size in bullet (mobile)

Posted in: Newspaper
Post count: 460

Hello,

The size of the texts placed as bullets, does not appear of the same size as the text of the content.

The size is too small. From where can I modify this? Now it appears with a size of 15px, I have looked at the configuration of fonts on mobile I have nothing with 15px.

URl (see at mobile): https://cutt.ly/SCAtQY

Post count: 18283

Hello !

Please use this code:

.td-post-content li {
font-size: 33px!important;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 460

Hello Vlad S and thanks for help 🙂

And, How can I change the content post text color? now is #222222 and I want to use #333333

I need a custom code for it too? (mobile versiĂłn)

Post count: 18283

Hello !

You can do that by going into Theme Panel – theme colors and there you can set all the colors you want for the whole theme.

Thank you !

Post count: 460

Yes, I know that section of the theme, but it doesn’t work well in my pages….. And the mobile section doesn’t have that option.

In the desktop version, the text color is #333333, everything is correct.

But in the mobile version, the color of the text is #222222 and I don’t know the reason. Is there any custom code that forces the mobile version to use the color #33333333 for the text of the posts?

Thanks, Jose

Post count: 18283

Hello !

Please try this code:

.td-post-content p, .td-post-content {
color: red;
}

Thank you !

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