Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3523420
Changing font size and conditional CSS for other products
Closed

Comments

  •  2
    Nick started the conversation

    Hi there.  I am looking to see if there is CSS code I can add to change the font size of the "Total price" text?  I've attached a screenshot showing where this text is located.

    Thank you

    Attached files:  Screenshot 2023-11-16 at 10.14.30 AM.png

  •  767
    Janilyn replied

    Hi Nick,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,222
    Dustin replied

    Hi Nick,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woobt-footer .woobt-total, .woobt-footer .woobt-total .amount {
        font-size: 16px !important;
    }

    Best regards,
    Dustin

  •  2
    Nick replied

    Thanks Dustin!