Home Forums Basel support forum back button

back button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #123610

    twococlothing
    Participant

    can you make the back button white so the hawk

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

    Hello,

    Please provide the page URL with the icon I cannot find it http://prntscr.com/no94ny

    Best Regards

    #123698

    twococlothing
    Participant

    that should be white on all sides where this case is so the press button

    #123856

    Hello,

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

    body .basel-back-btn>span {
        background-color: #ffffff;
    }
    body .basel-back-btn>span:after {
        background-color: #ffffff;
    }
    body .title-shop .basel-back-btn span:before{
       color: #ffffff;
    }

    Best Regards

    #125945

    twococlothing
    Participant

    On the product page, the back button should be displayed in black
    Can you help me please
    see in the picture there he is half white but should be completely black

    #125968

    Hello,

    Try to replace the provided above code with this one:

    .tax-product_cat .basel-back-btn>span {
        background-color: #ffffff;
    }
    .tax-product_cat  .basel-back-btn>span:after {
        background-color: #ffffff;
    }
    .tax-product_cat .title-shop .basel-back-btn span:before{
       color: #ffffff;
    }

    Best Regards

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