Home Forums WoodMart support forum orderby button

orderby button

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #348654

    gisasrls15
    Participant

    1) hi, is it possiple tu add a string instead of the two arrow button?
    2)is it possible to add a string globally under the add to cart button?

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

    Hello,

    Your request is not clear enough, do you want to replace the icon with the text? I am afraid it is not possible to add anything below the button.

    Best Regards

    #352937

    gisasrls15
    Participant

    yes i want to replace the icon with the text

    #353022

    Hello,

    What text do you want to insert instead of those arrows?

    Best Regards

    #353751

    gisasrls15
    Participant

    i want to insert ‘ORDINA’ instead od arrows, thanks

    #354040

    Hello,

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

    body .woocommerce-ordering:after {
        color: #2d2a2a;
        font-size: 10px;
        content: "ORDINA";
    }

    Best Regards

    #369870

    gisasrls15
    Participant

    Hello sorry for the trouble, your code worked until the last update of the theme, now it doesn’t work anymore, can you help me?

    #370039

    Hello,

    Please replace the code with this one:

    @media (max-width: 768.98px){
    body .woocommerce-ordering.wd-ordering-mb-icon:after {
        content: "ORDINA";
    }
    }

    Best Regards

    #370106

    gisasrls15
    Participant

    hi I have implemented your code but it is not displayed correctly, it disappears from the screen as in the picture

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

    Hello,

    Please replace this code with this one:

    @media (max-width: 768.98px){
    body .woocommerce-ordering.wd-ordering-mb-icon:after {
        color: #2d2a2a;
        font-size: 10px;
        content: "ORDINA";
    }
    }

    If you have any questions please feel free to contact us.

    Best Regards

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