Styling Total Price

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #808926
    Mario Clemente
    Participant

    Good morning,

    i would love to increase the “total price” font size to 18 and color to red. Is the price that appears after user clicks on “book” (just before booking confirmation). Do you have a css code that i can insert on my site, please ?

    Last thing is regarding the content itself of the “total Price”. I would like that the price could include cleaning fee as well.

    Thank You
    Mario

    #810514
    J. Davis
    Keymaster

    Hi Mario,

    You may use the style below to adjust font of Total Price:

    .mphb-cart-total-price {
        font-size: 18pt;
        color: #fc0000;
    }

    Unfortunately the fee is applied on the checkout page only so the total price on search results page can not be modified.

    best regards,
    J. Davis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.