Home › Forums › Massage Center (Spa) Forum › head slider not visible on mobile views
- This topic has 13 replies, 2 voices, and was last updated 6 years ago by Sonl Sinha.
-
AuthorPosts
-
November 5, 2018 at 3:54 pm #111108
Hi,
I noticed that on mobile views, the slide of the header is not visible and I have instead a background color. I need to change this color (green) because it’s the color… of my title!
my website: https://new.novovento-coworkation.com/
exemples of the green background color (on mobiles): https://new.novovento-coworkation.com/?page_id=1833 or https://new.novovento-coworkation.com/?page_id=180
thank you to tell me where I have to specify the color I want (#0072ba)
KarlNovember 6, 2018 at 7:14 am #111150Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
BradNovember 13, 2018 at 11:25 am #111548Hi, sorry for the delay…
you can see the mobile view hier: https://imgur.com/a/NhYOlA1
corresponding to this page : https://new.novovento-coworkation.com/?page_id=180
As you can see, the name “novovento” is not visible (green on green) on the mobile view.
is it possible to see the header image (black sand with the name “novovento”) ? or change the green color with blue (#0072ba) ?
thanks for your help
KarlNovember 13, 2018 at 11:40 am #111551Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .page .header { background:#282828 !important;} iframe { width:100% !important;} }
Regards,
BradNovember 13, 2018 at 12:34 pm #111563perfect, thanks a lot!
November 13, 2018 at 12:35 pm #111564🙂
December 2, 2018 at 1:32 pm #112771Hi, please can you give me the code adapted to do the same display on the posts as you did for the pages (brown color header on mobile view instead of green)?
thank you!
KarlDecember 4, 2018 at 6:30 am #112870Hi,
Kindly use this CSS
@media screen and (max-width:767px) {
.page .header { background:#d2691e !important;}
}Regards,
BradDecember 4, 2018 at 12:27 pm #112950Sorry I mis explained what i need…
– you have already given me this code in order to change the green color into brown for mobile views of pages and it works perfectly:
@media screen and (max-width:767px) {
.page .header { background:#282828 !important;}
iframe { width:100% !important;}
}but I still have the green header for mobile views of posts (and it is a problem because my website title is in the same green…). So I just need the code to turn the green in brown on my posts. I tried to put “.post .header” instead of “.page .header” but it seems that it does not work.
thanks for your help!December 4, 2018 at 12:32 pm #112954Hi,
Okay, kindly show us your post page URL please?
Regards,
BradDecember 4, 2018 at 12:34 pm #112956https://new.novovento-coworkation.com/lapproche-dt/
https://new.novovento-coworkation.com/dylp-article2/
https://new.novovento-coworkation.com/dylp-article1/
https://new.novovento-coworkation.com/meet-your-coach-on-the-design-sprint/December 4, 2018 at 12:46 pm #112962Hi,
Kindly use this CSS
@media screen and (max-width:767px) {
.single .header { background:#282828 !important;}
}Regards,
BradDecember 4, 2018 at 12:48 pm #112964just perfect. thank you so much!
December 4, 2018 at 12:50 pm #112965Hi Karl,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/20/
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.