Home Forums WoodMart support forum Customize the price

Customize the price

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #105385

    bmgstudio
    Participant

    Hello,
    I would like to customize the price area so that it is clearer.
    1. Remove the barred price bar
    2. Also change the color to darker and I can not find where I can do that.
    Can you help me please?

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

    Hello,

    Please provide your site URL and product page URL. If your site under maintenance, please provide the site admin access to the private area.

    Best Regards

    #105409

    bmgstudio
    Participant

    Hello, here is the url of the site in test mode.

    #105437

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global CSS

    body .ywcrbp_regular_price{
    display:none;
    }

    In order to configure the other prices take the classes body .ywcrbp_sale_price and body .ywcrbp_their_price and configure as per the instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #105449

    bmgstudio
    Participant

    Thank you, I had not discovered Advanced typography settings yet. I managed to change the colors of regular price but I failed to remove the price crossed out. I’m certainly not bad but I can not change the colors of “ywcrbp_sale_price” or “ywcrbp_their_price”. I chose custom and indicated .ywcrbp_sale_price and .ywcrbp_their_price but nothing moves.
    As long as I’m there, when I look on mobile, there is no cross to close the menu.
    Really thank you for your help.

    #105452

    bmgstudio
    Participant

    Also another strange thing, on the homepage the price display are glued without return. While on the shot page this is displayed correctly.

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

    Hello,

    Add this code to correct “glued without return”:

    body .ywcrbp_sale_price{
    display:block;
    }

    Please provide the screenshot of another problem.

    Best Regards

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