Home Forums WoodMart support forum CUSTOMIZE MOBILE SIDEBAR

CUSTOMIZE MOBILE SIDEBAR

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #103678

    Jeriss Cloud Center
    Participant

    I have added the categories on my mobile sidebar.
    However, I noticed that by default your theme adds “compare” & “login/register”

    The thing is it does not look nice to me. I’d expect to add a spacing then a line, then only those user features. How could I do that? Because you don’t provide any theme settings to adjust those.

    Attachments:
    You must be logged in to view attached files.
    #103741

    Hello,

    We can hide Compare and My account with CSS. There is a widget area for the mobile menu you can create and insert there all you need by means of HTML block and Woodmart HTML widget.

    Best Regards

    #106217

    Jeriss Cloud Center
    Participant

    Please provide me the code to hide Compare & Account from

    #106218

    Jeriss Cloud Center
    Participant

    I just did as you said. Look the result, which is not good at all.
    See private

    #106347

    Hello,

    Here is the code to hide Compare and My account

    body .site-mobile-menu .menu-item-compare{
    display:none;
    }
    body  .site-mobile-menu .login-side-opener{
    display:none;
    }

    I just did as you said. Look the result, which is not good at all. – consider placing the information in the header or additional popup or in header banner Theme settings > Shop > Header banner

    Best Regards

    #106350

    Jeriss Cloud Center
    Participant

    Thanks.

    For the second part of your answer with the “header banner”, I’m not sure to understand. My point was not related to the header banner. How is this answer my point to customize mobile sidebar?

    #106362

    Hello,

    We can provide CSS for a minor modification. Our support does not cover any customizations.

    Try different elements to get the result you need.

    Best Regards

    #107334

    Jeriss Cloud Center
    Participant

    The code you provided above, in put in Global or only in Mobile ?
    + i need also to remove the “my favorits” from there, can you provide me that too?

    thanks

    #107335

    Jeriss Cloud Center
    Participant

    Missing code also for “MY FAVORITS” and for “MY ACCOUNT”
    the rest is my own HTML Block

    #107336

    Jeriss Cloud Center
    Participant

    attachment

    Attachments:
    You must be logged in to view attached files.
    #107378

    Hello,

    Enter your mobile menu and remove these items http://prntscr.com/mkvv4v

    Best Regards

    #107453

    Jeriss Cloud Center
    Participant

    Good. Point closed, thanks

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

The topic ‘CUSTOMIZE MOBILE SIDEBAR’ is closed to new replies.