Home Forums Basel support forum mobile menu

mobile menu

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #120124

    twococlothing
    Participant

    Is it possible to install exactly such points as it is in the example picture?

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

    Hello,

    You need to enter your mobile menu in Appearance > Menu > enter a menu item http://prntscr.com/nesmsv and insert the icon key-word taken from https://fontawesome.com/v4.7.0/icons/ as shown http://prntscr.com/nesn68

    Best Regards

    #122622

    twococlothing
    Participant

    is it possible in the smartphone menu version to make the black background in white and the writing in black?

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

    Hello,

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

    body .mobile-nav .icon-sub-menu:after,
    body .mobile-nav .icon-sub-menu:before {
        background-color: #000000;
    }
    body .mobile-nav ul li .up-icon{
    background:#ffffff;
    }
    body .mobile-nav .searchform input[type=text] {
        color: #000000;
    }
    body .mobile-nav {
        background-color: #ffffff;
    }
    body .mobile-nav .searchform button {
        color: #000000;
    }

    Best Regards

    #122794

    twococlothing
    Participant

    thanks first that the background is white but the font is still white and not black
    see image
    Währe really nice if you could help me there

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

    Hello,

    What do you mean? Texts are black http://prntscr.com/nma7e3

    Best Regards

    #123171

    twococlothing
    Participant

    Hello
    with me it is not displayed as with you in which you could help why it is so?
    For me it is so daar put on the start page
    Link page: https://www.twoco-clothing.com/

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

    Hello,

    Clean your cache and check again, I checked again, the menu items are black in mobile

    Best Regards

    #123403

    twococlothing
    Participant

    I’ve tried it again but it did not work could you look at the times where it could lie?

    #123421

    Hello,

    Here is the screen: https://gyazo.com/1e0006cd27134a12320a69dcec5184dc

    Best Regards

    #123428

    twococlothing
    Participant

    hello yes it should look exactly like the screen
    can you tell me why this does not work with the css code you have sent me or just look at me in the page?

    #123488

    Hello,

    Remove this from CSS http://prntscr.com/nnvbeb

    The CSS code fixed and put in the top of the custom CSS https://gyazo.com/e00d92190c2b4f2f3d853f3d3d3e73c6

    Best Regards

    #139958

    twococlothing
    Participant

    hello, could you help me again with the mobile menu. The search field to fit as in the second image dagestellt. The first picture shows how it currently looks.

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

    twococlothing
    Participant

    hello, could you help me again with the mobile menu. The search field to fit as in the second image dagestellt. The first picture shows how it currently looks.

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

    Hello,

    Here is your site https://prnt.sc/owdxxq and here is the second image https://prnt.sc/owdy3n

    Add this code:

    body .mobile-nav .searchform input[type=text] {
        color: #000000;
    }

    Best Regards

    #140374

    twococlothing
    Participant

    how I can the color from the placeholder-font change, of white to black?
    Can you help me please?

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

    Hello,

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

    .mobile-nav .searchform input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: white;
    }
    .mobile-nav .searchform input[type=text]::-moz-placeholder { /* Firefox 19+ */
      color: white;
    }
    .mobile-nav .searchform input[type=text]:-ms-input-placeholder { /* IE 10+ */
      color:white;
    
    .mobile-nav .searchform input[type=text]:-moz-placeholder { /* Firefox 18- */
      color: white;
    }
    body .mobile-nav .searchform input[type=text] {
        color:white;
    }

    Best Regards

    #141227

    twococlothing
    Participant

    Hey thanks for the css code, if I insert code, then my whole webpage will change.
    See picture 1 with css code and picture 2 See without css code.
    can you please have a look.

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

    Hello,

    Copy the code from the forum not from the email. Make sure your custom CSS does not contain any errors.

    Best Regards

    #141389

    twococlothing
    Participant

    hello, I have the CSS text from the forum, copied and inserted
    and everything changes, including the CSS codes you sent me. Could you please look over it what this could be. If you could help me, you would make me happy.

    #141510

    Hello,

    I have added the code and it works https://gyazo.com/1af18b265186cb71d4e565b1a435f076 and https://gyazo.com/3615023c17bf2132350e7009a0051e33

    Replace “red” with the color you need.

    Best Regards

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