Fixed Departure display

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16853
    Flukkini
    Participant

    Hi 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=0

    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.
    https://www.dropbox.com/s/eouer2ejq2ege53/dep%20date%20on%20Homepage%20trips%20display.jpeg?dl=0

    Thank you.

    #16858
    Support Team
    Keymaster

    Hello @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.

    https://pastebin.com/NUSec08n

    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.

    #16912
    Flukkini
    Participant

    Hello 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.

    #16916
    Support Team
    Keymaster

    Hello @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.

    #18728
    Flukkini
    Participant

    Hi 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=0

    In 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=0

    Can you help me, somehow?

    Thank you.

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