• Resolved robertv9

    (@robertv9)


    Hi,

    First thak you for your plug in it’s awsome.
    But I have two questions.
    1.-) How can I remove the feture image? I don’t like display pic over the trip content.
    2.-) I dont need to display the Trip Code for my users.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • houseofstrauss

    (@houseofstrauss)

    Add this css to your stylesheet in customiser

    .wp-travel-trip-code {
    	margin-top: 5px;
    	display: none;
    }
    

    it will hide the trip code. Note sure about the main image on the left as this is part of the layout

    wensolutionsupport

    (@wensolutionsupport)

    Hello @robertv9,

    Thank you very much for the appreciation and looking forward for continuous love and support from you guys.

    Now your queries have been answered below:

    1.-) How can I remove the feture image? I don’t like display pic over the trip content.
    Ans:
    Actually we are not quite clear which section you are referring to so please send us the screenshot marking the section in which you want to remove the feature image so that we can help you further.

    2.-) I dont need to display the Trip Code for my users.
    Ans:
    To remove the trip code use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Addtional CSS and paste below given CSS.

    .wp-travel-trip-code {
        display: none;
    }

    Hope this helps.

    If you have any queries/issues further, you can also post your queries to the plugin’s official support forum for dedicated and quick support at :

    https://wptravel.io/support-forum/forum/wp-travel/

    Also @houseofstrauss thank you for the help.

    Best Regards !!

    Thread Starter robertv9

    (@robertv9)

    thnaks!

    wensolutionsupport

    (@wensolutionsupport)

    Hello @robertv9,

    Glad we could help you.

    If you have any issue further, please let us know.

    Also, we would really appreciate if you could help us by rating our plugin by following the link given below:

    https://www.ads-software.com/support/plugin/wp-travel/reviews/

    Thank you.

    Best Regards!!

    Closed due to inactivity.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image Header and trip code’ is closed to new replies.