Various text color format for mobile theme

Posted in: Newspaper
Post count: 59

Hello sir, I really like your mobile theme version which is light and blazing fast. But the original test color format doesn’t work on this mobile version. Is there any custom css for enabling text color and format for mobile theme also?

Post count: 23312

Hello mehedi57,

Unfortunately, the theme does not have any such an option that allows you to customize your mobile theme page, sorry! If you want to do this, you should use a bit of CSS code. You should provide your website URL and through such a useful screenshots you should explain what exactly you want to change.

Thanks for the message!

Post count: 59

Actually, I don’t need anything new but I just want that my desktop version’s text color should work on the mobile version. Like I have set my H1, H2, H3 text color is blue but when I activate mobile theme this desktop text color doesn’t work.

Post count: 59

It shows my content like https://drive.google.com/file/d/1KRwFJPZQPxNlL24mmDOVEGU7_-_dCEOi/view?usp=drivesdk but h3 heading color is missing. How can I get this content heading color as like desktop version.

Post count: 23312

Hello mehedi57,

Provide your website URL so I will be able to inspect it closer and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 59
Post count: 23312

Hello mehedi57,

If you want to change the color for headings for mobile devices, you should use the media queries. As a hint, you should try using the code below and place it in Theme panel->Cusotm CSS Area.

@media (max-width:767px){
h1,h2,h3 {
color:red;
}
}

Thanks.

Post count: 59

Thanks a lot for the help. It’s nearly ok. But i would like to use color code instead color name. Can i use it?

Post count: 23312

Hello mehedi57,

Yes, if you want you can use color hex code for your desired color.

Thanks for the message!

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