- This topic has 4 replies, 2 voices, and was last updated 3 years, 9 months ago by
Flukkini.
- AuthorPosts
- June 14, 2019 at 8:26 am #16853
Flukkini
ParticipantHi there, thank you for making this upgrade available both on the trip page and on the homepage of the “Travel Log” theme.
2 Question:
1. On the trip page: where can I modify the “title text”: Fixed Departure in Next Departure?
https://www.dropbox.com/s/fsyn8ezu3tas1lr/fixed%20departure.jpeg?dl=02. On the “Travel Log” homepage trip display is it possible to modify the color of the date displayed? As it is now is practically invisible to customers.
https://www.dropbox.com/s/eouer2ejq2ege53/dep%20date%20on%20Homepage%20trips%20display.jpeg?dl=0Thank you.
June 14, 2019 at 11:27 am #16858Support Team
KeymasterHello @flukkini,
Please find the answer to your queries below:
1. On the trip page: where can I modify the “title text”: Fixed Departure in Next Departure?
Response: Please add below-given code in your child theme funtions.php file.
2. On the “Travel Log” homepage trip display is it possible to modify the color of the date displayed? As it is now is practically invisible to customers.
Response: Please add below given CSS.
.home .trip-metas { color: #fff; }
Hope this helps.
If you have any issues further, then kindly let us know.
Thank you.
June 17, 2019 at 6:49 am #16912Flukkini
ParticipantHello there, thank you for your help.
Actually your first answer is working properly, second one does not: the date is yet the original color. Any suggestions?
Thank you.June 17, 2019 at 7:38 am #16916Support Team
KeymasterHello @flukkini,
Replace above-given CSS with the CSS given below:
.post-item-wrapper.trip-details .post-content .trip-metas { color: #fff; } .post-item-wrapper:hover a .post-content .trip-metas { color: #df1814; }
Hope this helps.
Thank you.
August 9, 2019 at 10:04 am #18728Flukkini
ParticipantHi there, unfortunately the issue is still there and there’s a second one: after the slash it does not appear any text (should be “adult”); as you can see in this screenshot:
https://www.dropbox.com/s/mgjlj47158vmzrb/1.jpeg?dl=0In this second screen shot you can see that, in hovering on the box, it correctly change its colour to red, while the text after the slash is still missing:
https://www.dropbox.com/s/s7sq9xatc5u2s5u/2.jpeg?dl=0Can you help me, somehow?
Thank you.
- AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.