- This topic has 3 replies, 2 voices, and was last updated 4 years, 10 months ago by
Support Team.
- AuthorPosts
- March 2, 2018 at 12:31 am #5376
zarmayana
ParticipantHello,
Is it possible to decrease the font size for the price and incrise the trip name in this section?
March 2, 2018 at 4:51 am #5382Support Team
KeymasterHello @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 🙂 .
March 17, 2018 at 6:03 am #5575zarmayana
ParticipantI 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.000Thanks
March 19, 2018 at 6:20 am #5582Support Team
KeymasterHello @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!!
- AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.