Home › Forums › WoodMart support forum › Desktop vs. mobile – header bottom – background color
Desktop vs. mobile – header bottom – background color
- This topic has 15 replies, 2 voices, and was last updated 4 years, 8 months ago by Elise Noromit.
-
AuthorPosts
-
March 27, 2020 at 4:28 pm #182848
exe65ParticipantHello,
I am trying to change the background color of the “header bottom” on mobile (header builder) – i have a search bar in there.
But everytime i change the color it also changes the color for desktop (which i have a menu there).Thank you,
March 27, 2020 at 8:23 pm #182863
Elise NoromitMemberHello,
Please provide the correct login URL I will provide custom CSS.
Best Regards
March 27, 2020 at 9:58 pm #182886
exe65ParticipantWhats wrong with the URL, it opens fine for me?
March 28, 2020 at 11:24 am #182958
Elise NoromitMemberMarch 28, 2020 at 11:48 am #182969
exe65ParticipantIt says it’s blocking you country for security reasons. Where are you coming from or what is your IP so i can unblock you?
March 28, 2020 at 12:06 pm #182978
Elise NoromitMemberHello,
My country is Ukraine and ip is 5.248.118.5
Best Regards
March 28, 2020 at 12:18 pm #182983
exe65ParticipantTry it now.
March 29, 2020 at 7:40 am #183059
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Mobile/Tablet:
.whb-header-bottom { background-color: red; border-color: red; }
Best Regards
March 30, 2020 at 12:14 pm #183334
exe65ParticipantThank you for the code. Is this a bug in the header builder ?
March 30, 2020 at 12:25 pm #183343
Elise NoromitMemberHello,
This is the way it works. Mobile and Desktop version is different in the set of elements you add. At the same time settings are the same for both.
Best Regards
April 15, 2020 at 10:21 am #187114
exe65ParticipantHello,
I’ve noticed that this code doesnt work, can you please take a look?
April 15, 2020 at 12:52 pm #187179
Elise NoromitMemberHello,
Replace the code with this one:
body .whb-color-light:not(.whb-with-bg) { background-color: red; }
Best Regards
April 15, 2020 at 1:17 pm #187187
exe65ParticipantThank you for the quick answer.
So… i’ve put this code into css->mobile and it does nothing.
I’ve then also put it in mobile-landscape field and it works.However if i put my phone in landscape (xiaomi mi9t pro) it also does nothing. I’ve also put the code in tablet (just for test – i don’t have a tablet) it’s the same. So as i can see it only works in non landscape mode.
April 15, 2020 at 2:35 pm #187251
Elise NoromitMemberHello,
Insert the code in all: tablet, landscape, movie, and check.
Best Regards
April 15, 2020 at 2:48 pm #187263
exe65ParticipantHello,
I’ve put the code in mobile, landscape, tablet and desktop (not sure where is “movie” you probably meant mobile). So i’ve put it in dekstop and the landscape now works.
This is strange to me – why would desktop be conected with mobile landscape?
April 15, 2020 at 11:49 pm #187313
Elise NoromitMemberHello,
You have set:
body .whb-color-light:not(.whb-with-bg) { background-color: #F7F7F7; }
And it shows the same: https://gyazo.com/c7c0ffdc0cab33e378e2b9820d1c59e1
Try “red” just for testing or any other contrast color.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register