Home › Forums › All Other Themes › Holy Church theme mobile header
- This topic has 5 replies, 3 voices, and was last updated 6 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
March 30, 2018 at 8:45 pm #98056
Hello.
I’m using the Holy Church theme on my site at http://writingmechaniccom.fatcow.com/oakhill/. Everything looks great until I view it on my iPhone. Then the header color changes to white and, since the menu font is white (which was the default, and I like it), the site title and the sandwich menu are no longer visible since they are the same color as the header. Please help. I like how the header is everywhere else.
Thanks,
Courtney
April 2, 2018 at 5:27 am #98127Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#simple-menu .fa-bars { color: #000 !important;} @media screen and (max-width:479px) { .home.has_trans_header .header { background: #fff !important;} body.home.has_trans_header .header .logo h1 a:link { color:#000 !important;} span.desc { color: #282828 !important;} }
Regards,
ChrisApril 2, 2018 at 3:34 pm #98213Hi, Chris.
Once I changed the background color from #fff to #282828, this code worked to make the header on the home page look like it want it to (one all devices); however, all of the inner page headers were still white.
I even tried adding this code:
@media screen and (max-width:479px) {
.header { background: #282828 !important;}at the end of the style sheet. It made the inner page headers the right color when I shrink my web browser small on my computer, but when I view them on my iPhone, they are still white.
Can you please help me get the inner page headers to be #282828 when viewed on a phone?
Thanks for your help so far.
Courtney
April 4, 2018 at 8:53 am #98307Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisApril 4, 2018 at 8:14 pm #98426Chris,
It seems the issue is resolved now. Perhaps it was the cache on my phone causing the issue to remain despite the changes.
Thank you for all your help!
Courtney
April 5, 2018 at 11:47 am #98463Cheers.
If you liked our service kindly give us a testimonial/review here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/16/
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.