- This topic has 37 replies, 3 voices, and was last updated 3 years, 11 months ago by
Support Team.
- AuthorPosts
- June 12, 2019 at 10:41 am #16747
IraKarydi
ParticipantHello,
after update the travel log theme.
The color of the prices are not appear well.
https://prnt.sc/o0uhw9
What can i do? I want them white! Not greyThank you
June 12, 2019 at 11:55 am #16750Support Team
KeymasterHello,
Please add below-given CSS to fix the issue.
.trip-price { color: #fff; }
Change the color code as per your requirement.
Also, we will fix the issue in the coming updates of the theme.
Thank you.
June 12, 2019 at 12:15 pm #16753IraKarydi
ParticipantYes its ok now!!
Thank you so much
June 13, 2019 at 4:00 am #16774Support Team
KeymasterHello,
It’s always a pleasure helping you guys.
If you have any issues further, kindly let us know.
Thank you.
June 13, 2019 at 9:20 am #16801IraKarydi
ParticipantHello, i have the same problem after update wp travel plugin today
The color of the price is white https://prnt.sc/o19pvz
What can i do?
June 13, 2019 at 11:29 am #16808IraKarydi
ParticipantI changed the color at css at “cfb53b” and now its ok but i want it “white” #fff and that color inside the trip its seems like the prtscn that i sent you.
How can i fix it?
June 13, 2019 at 11:43 am #16809Support Team
KeymasterHello,
Actually, we are not clear whether you want the price to be white or the current color is fine? If the price is made white then it seems faint.
Also for your info, the color is not controlled from the plugin but it comes from the theme.
So please explain properly so that we can help you further.
Thank you.
June 13, 2019 at 11:55 am #16810IraKarydi
Participanti want the price to be white and not fainted. The color that i have now is temporary till you tell me what to do
June 13, 2019 at 12:29 pm #16815Support Team
KeymasterHello,
Since the background color is white, the white color for the price won’t look good and will almost not visible.
So you have any other color choice let us know so that we can provide the precise fix.
Thank you.
June 13, 2019 at 12:42 pm #16816IraKarydi
ParticipantYes i understand but before update i had the white color at the home page and the black at the wp travel plugin price
Why now they have the same color?
June 14, 2019 at 3:32 am #16836Support Team
KeymasterHello,
Please add below given CSS to resolve the issue of coloring.
.trip-price { color: #fff; } single-itineraries .trip-price { color: #000; }
Hope this helps.
Thank you.
June 14, 2019 at 6:56 am #16843IraKarydi
ParticipantHello, still nothing https://prnt.sc/o1orgp i want this price black.
and this price white https://prnt.sc/o1osa8
As it was before the upadate.
Thank you
June 14, 2019 at 7:27 am #16846Support Team
KeymasterHello,
Try using below given CSS.
.featured-slider .trip-price { color: #fff; } .wp-travel-trip-detail .trip-price { color: black; }
Thank you.
June 14, 2019 at 7:40 am #16848IraKarydi
ParticipantAt the home page now it is black https://prnt.sc/o1pcwei want it white
This price is as i want it black https://prnt.sc/o1pdyo
Now?
June 14, 2019 at 8:03 am #16851Support Team
KeymasterHello,
Try this CSS.
.featured-slider .trip-price { color: #fff; } .single-itineraries .trip-price { color: #000; }
Thank you.
- AuthorPosts
- The forum ‘Travel Log’ is closed to new topics and replies.