Home Forums WoodMart support forum How to change color of the product price?

How to change color of the product price?

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

    penguined
    Participant

    I want to change the color of the product price. How do I do that?

    #33349

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to change the price color

    body .price,
    body .amount {
        color:black;
    }

    Regards

    #33479

    penguined
    Participant

    Thanks! I want to show the price label before the price. For example,

    Price: $4.00
    Sale: $3.00
    You Save: $1.00 (20%)

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

    Artem Temos
    Keymaster

    Sorry, but there is no such option in our theme and WooCommerce plugin by default. You may need to customize the plugin core files to change the price view.

    #33493

    penguined
    Participant

    Thank you so much for the information.

    I am using a custom thank you page by this plugin – https://wordpress.org/plugins/woo-thank-you-page-nextmove-lite/

    This plugin uses the default template for showing the Thank You page. I want to add the checkout breadcrumb to the top, just like the woodmart theme thank you page.

    Flatsome provides 7 types of page template and it is really helpful for the users.

    #33507

    Artem Temos
    Keymaster

    Sorry, what 7 types does Flatsome have? Could you please provide some examples so we can better understand your request?

    Checkout steps are shown on the cart and checkout page only. If you want to show them on some specific pages, you will need to customize our theme page title function and extend the condition for this section in the file inc/template-tags.php

    #33582

    penguined
    Participant

    Hello, Thanks for the reply. Have a look at this link –

    #33599

    Artem Temos
    Keymaster

    Hi,

    Thank you. You can use almost all from them on our theme except checkout and my account. Just switch the sidebar for your page with our custom options.

    Kind Regards

    #34881

    ducphuli
    Participant

    Hello,
    How to display this section, thanks
    http://prntscr.com/i4ahgr

    #34915

    Artem Temos
    Keymaster

    Hi,

    Sorry, but there is no this section in WooCommerce by default.

    Regards

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