Problem after update

Viewing 15 posts - 1 through 15 (of 38 total)
  • Author
    Posts
  • #16747
    IraKarydi
    Participant

    Hello,

    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 grey

    Thank you

    #16750
    Support Team
    Keymaster

    Hello,

    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.

    #16753
    IraKarydi
    Participant

    Yes its ok now!!

    Thank you so much

    #16774
    Support Team
    Keymaster

    Hello,

    It’s always a pleasure helping you guys.

    If you have any issues further, kindly let us know.

    Thank you.

    #16801
    IraKarydi
    Participant

    Hello, 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?

    #16808
    IraKarydi
    Participant

    I 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?

    #16809
    Support Team
    Keymaster

    Hello,

    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.

    #16810
    IraKarydi
    Participant

    i want the price to be white and not fainted. The color that i have now is temporary till you tell me what to do

    #16815
    Support Team
    Keymaster

    Hello,

    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.

    #16816
    IraKarydi
    Participant

    Yes 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?

    #16836
    Support Team
    Keymaster

    Hello,

    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.

    #16843
    IraKarydi
    Participant

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

    #16846
    Support Team
    Keymaster

    Hello,

    Try using below given CSS.

    .featured-slider .trip-price {
        color: #fff;
    }
    .wp-travel-trip-detail .trip-price {
        color: black;
    }

    Thank you.

    #16848
    IraKarydi
    Participant

    At 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?

    #16851
    Support Team
    Keymaster

    Hello,

    Try this CSS.

    .featured-slider .trip-price {
        color: #fff;
    }
    .single-itineraries .trip-price {
        color: #000;
    }

    Thank you.

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