Okay
  Public Ticket #3712230
Retail price
Closed

Comments

  •  5
    Triin started the conversation

    How can i change the font of retail price only? If i am on b2b site, it is hard to differ the prices, so it would be good, to change the size and color of retail price.

  •  2,243
    WebWizards replied

    Hi there,

    Yes, we can change that by applying some CSS. We can set the font, size, color, etc.

    We can start with the following CSS snippet:

    .b2bking_retail_price_text, .b2bking_retail_price_price {
        color: #555 !important; 
        font-size: 14px !important;
    }
    

    This can be added to any area that supports CSS, usually one such area is in Appearance -> Customize -> Additional CSS / Extra CSS.


    In the above we need to change the color and size. I do not know how to help with that because what looks good will depend on your site and theme. If you'd like we are happy to check if you can share a link to your site where I can view the 2 prices (we may also need aa B2B customer user / password so we can login and view the prices).


    Kind regards,

    Stefan

  •  5
    Triin replied

    Thank you, it helped :)