Home › Forums › All Other Themes › Meditation: Mobile Header Colors
- This topic has 5 replies, 2 voices, and was last updated 4 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
December 16, 2019 at 4:33 am #141431
Hello again –
All of the fixes for this theme seem to involve the mobile version.
The theme is installed at http://capricornhealthcareconsultants.com
In the phone/mobile version of the site, the backgrounds are dark and so are the headings. The regular text is white and displays okay.
If I could get CSS to change the mobile headings (all sizes) to #ededed that should work
December 16, 2019 at 6:12 am #141455Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { #content .page-title, .single_post_content h3 b { color:#ededed !important;} }
Regards,
DaveDecember 22, 2019 at 10:54 pm #141818Hello again –
This theme is so customizable when it comes to the desktop version. Unfortunately there is so little control over the tablet and mobile versions. Above you gave the fix only for the h3 headers.
What we really need is to unify all colors to be readable against the dark background of the tablet and mobile. This includes headers and regular text on both pages and posts.
The requested color is #ededed
I’m really trying to get all of these mobile version bugs worked out so I can move on to more pressing needs. Thanks for help ASAP.
Here’s a link to a screen shot that shows the problem with the current dark text and dark backgrounds.
http://originalcent.com/wp-content/uploads/2019/12/IMG_0467.png
December 23, 2019 at 6:32 am #141853Hi,
Remove
@media screen and (max-width:767px) { #content .page-title, .single_post_content h3 b { color:#ededed !important;} }
And add this New CSS:
@media screen and (max-width:767px) { body, #content .page-title, .single_post_content h3 b, #content .page-title, .single_post_content h2 b, .single_post_content p { color:#ededed !important;} }
Regards,
DaveDecember 24, 2019 at 2:05 am #141976Thanks
December 24, 2019 at 5:32 am #141984Hi Mark,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/24/
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.