Home Forums Basel support forum mobile menue colors

mobile menue colors

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

    danysaoub@gmail.com
    Participant

    hii
    please how i can change mobile menue colors
    regards

    #272515

    Hello,

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

    body .mobile-nav {
        background-color: blue;
    }
    .color-scheme-dark ul li {
        background-color: blue;
    }
    body .mobile-nav ul li .up-icon{
    background-color: blue;
    }
    body .mobile-nav .sub-menu-dropdown ul:before {
        color: red;
    }
    body .mobile-nav ul li.current-menu-item>a {
        color: red;
    }
    body .mobile-nav ul li a {
            color: red;
    }
    body .mobile-nav .icon-sub-menu:after, 
    body .mobile-nav .icon-sub-menu:before {
        background-color: red;
    }
    body .mobile-nav .searchform button {
        color: red;
    }
    body .mobile-nav .searchform input[type=text] {
        color: red;
    }

    Best Regards

    #272525

    danysaoub@gmail.com
    Participant

    please check the screen shot , i have changed many colors remainig the pink as higlited

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

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #272862

    danysaoub@gmail.com
    Participant

    done it was this code
    body .mobile-nav ul li .up-icon{
    background-color: white;
    }
    thank you

    #272943

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

    #277476

    danysaoub@gmail.com
    Participant

    hello
    please how i can make the price in single prodcut page centred in mobile view
    best regards

    #277676

    Hello,

    Please provide the page URL I will give the custom CSS.

    Best Regards

    #277677

    danysaoub@gmail.com
    Participant

    iveecosmetics.com
    single product page on mobikle view

    #277683

    Hello,

    The price now is aligned center: https://prnt.sc/11057xk Please clarify.

    Best Regards

    #277685

    danysaoub@gmail.com
    Participant

    hello thank you for the quick reply
    i mean the single prodcut page not teh shop page
    ex:
    https://iveecosmetics.com/product/samoa-spray-away-make-up-brush-cleanser/

    #277767

    Hello,

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

    .single-product-content p.price {
        margin-bottom: 12px;
        text-align: center;
    }

    Best Regards

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