Home Forums WoodMart support forum Desktop vs. mobile – header bottom – background color

Desktop vs. mobile – header bottom – background color

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #182848

    exe65
    Participant

    Hello,

    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,

    #182863

    Hello,

    Please provide the correct login URL I will provide custom CSS.

    Best Regards

    #182886

    exe65
    Participant

    Whats wrong with the URL, it opens fine for me?

    #182958

    Hello,

    Please disable the blocking plugins and configurations https://prnt.sc/roazpv

    Best Regards

    #182969

    exe65
    Participant

    It says it’s blocking you country for security reasons. Where are you coming from or what is your IP so i can unblock you?

    #182978

    Hello,

    My country is Ukraine and ip is 5.248.118.5

    Best Regards

    #182983

    exe65
    Participant

    Try it now.

    #183059

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile/Tablet:

    .whb-header-bottom {
        background-color: red;
        border-color: red;
    }

    Best Regards

    #183334

    exe65
    Participant

    Thank you for the code. Is this a bug in the header builder ?

    #183343

    Hello,

    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

    #187114

    exe65
    Participant

    Hello,

    I’ve noticed that this code doesnt work, can you please take a look?

    #187179

    Hello,

    Replace the code with this one:

    body .whb-color-light:not(.whb-with-bg) {
        background-color: red;
    }

    Best Regards

    #187187

    exe65
    Participant

    Thank 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.

    #187251

    Hello,

    Insert the code in all: tablet, landscape, movie, and check.

    Best Regards

    #187263

    exe65
    Participant

    Hello,

    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?

    #187313

    Hello,

    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

Viewing 16 posts - 1 through 16 (of 16 total)