Home New Guten Forums WoodMart support forum visual adjustments to the mobile menu

visual adjustments to the mobile menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #501397

    agenciawebinfinite
    Participant

    Hello!

    Would it be possible to change this Menu “default”?

    Customer wants something a little different, on the website, it looks like this:
    https://imgur.com/lf8y4fa

    Would it be possible to make it cleaner, without the color when selecting the menu, and the submenus part, to be similar to the menu below?
    https://imgur.com/1KCQlLC
    About alignment and fewer separator lines?

    I already reduced the font, made it lighter, but I would still need to make these adjustments.

    I would be grateful for the help.

    #501399

    agenciawebinfinite
    Participant

    And I would like to remove the “close” text and leave just the X.

    #501557

    Hello,

    Please share the wp logins details in private content under the message area i will check and give you a possible solution.

    Best Regards.

    #501644

    agenciawebinfinite
    Participant

    Hello, I managed to make some adjustments via CSS in the Menu.

    But I still need to do this in the submenu, with it further away and with this line from top to bottom as shown in the image:
    https://imgur.com/ONfWNoD

    Do you think you can help me?

    I will send the access.

    #501765

    Hello,

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

    ul.sub-sub-menu {
    	border-left: 2px solid red !important;
    }

    Change the code as per your need.

    Best Regards.

    #502045

    agenciawebinfinite
    Participant

    Hello, in advance, very happy for your help.

    I tested it here, and it looked like this:
    https://imgur.com/6EtIv1Z

    A red line, right on the edge, I would like to put it in this color: #516078 and also have that line advance, leaving it further to the right of the screen, as in this example:
    https://imgur.com/JF0fFCn

    Is it possible to move forward like this? Instead of staying in the same line?

    #502050

    agenciawebinfinite
    Participant

    I managed it, I solved it like this:

    ul.sub-sub-menu {
    border-left: 1px solid #F07549 !important;
    margin-left: 30px;
    padding: 5px 12px 0 10px;
    }

    =)

    #502139

    Hello,

    You are Most Welcome.

    We are glad that you managed to solve the problem yourself. You are Great!!!

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘visual adjustments to the mobile menu’ is closed to new replies.