Font size for Price

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5376
    zarmayana
    Participant

    Hello,
    Is it possible to decrease the font size for the price and incrise the trip name in this section?
    Change size

    #5382
    Support Team
    Keymaster

    Hello @zarmayana,

    The Screenshot you have posted is broken so we cannot actually find which trip price and Trip name you are referring to.

    So please repost the screenshot properly so that we can help you further.

    Thank you.

    Best Regards!!

    Have a good day 🙂 .

    #5575
    zarmayana
    Participant

    I think font size of “Rp xxxxx” is too big.. I want to make it smaller..
    And how to put comma or thousand separator in it, i mean from Rp 1999000 to Rp 1.999.000

    Thanks

    #5582
    Support Team
    Keymaster

    Hello @zarmayana,

    To make the price size smaller paste below given CSS by going to Admin panel > Appearance > Customize > Additional CSS.

    .trip-price {
        font-size: 20px;
    }

    You can adjust the px as per your requirement.

    Now to adjust the formatting of the price as you have mentioned you have to add below given code in your child theme’s functions.php file.

    If you have not activated the child theme yet then you can create and activate the child theme using the plugin give below:

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child theme functions.php file add below given code:

    https://gist.github.com/anonymous/427cae013130488a403749112a060307

    Hope this helps.

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.