Home Forums Free Themes Travel Gem Hero Image for All Trips page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #90875
    Travelclub
    Participant

    Hi,

    Is there any way I can change the hero Image for the All Trips page since the page is pre-customized and there is no option of changing the hero image.

    Basically, want a different hero image for pages, which I am able to customize except for the All Trips page.

    Looking Forward!!

    Thanks

    #90894
    wensolutions
    Keymaster

    Hello @travelclub

    We are not quite clear about your query. However, to change the image of the individual trips go to,
    Admin Panel > Trips > All Trips > Individual Trip > Gallery

    In the gallery section of the individual trip, you can upload multiple images. For the image of your choice to appear in the front end, you need to star the one of the image from among the images in the gallery.

    please refer to the given screenshot for more info : https://prnt.sc/mkiflc

    If this is not exactly your query, kindly elaborate the issue along with the screenshot so that we can provide you with a precise fix.

    Regards!!

    #90943
    Travelclub
    Participant

    Hello, @ Wen Solutions,

    What I want is a different header image for all the pages on the website. I am able to do this for the Home page, and If I am removing the header image following the path, Customise – Header Image, I am able to add the image of my choice to the other pages as well.

    However, for the TRIP page, which is auto customized, I am unable to add a Header Image of our choice. Is it possible to put an Image of choice on the TRIPs page?

    Please refer to the page link I want to change the header image for; http://travelclub.com.qa/itinerary/

    Hoping the above is clear.

    #90990
    wensolutions
    Keymaster

    Hello @travelclub,

    The theme does not have the feature to upload the different in the trip archive page.

    Whatever image is added via customizer is displayed here.

    Hope this clears the confusion.

    Thank you.

    Best Regards!!

    #90998
    Travelclub
    Participant

    Hi, Is it not possible to change it in the Child Theme as well?

    If the above is not possible, is there a provision of changing the Header font color only for the Archives page?

    TIA

    #91004
    wensolutions
    Keymaster

    Hello @travelclub,

    No actually to make it work, it requires higher code customization as we need to define new option.

    Regarding the query about the changing the header font color, please make us clear which particular part are you referring to so that we can provide the precise CSS fix?

    Thank you.

    Regards!!

    #91022
    Travelclub
    Participant

    Hey,

    I am talking about the Header font color for the Archives Page, Because when I am Removing the Header Image it is not visible since the Font and the Background are of the same color(white).

    Is there coding for Changing the Header Font color?

    TIA

    #91071
    wensolutions
    Keymaster

    Hello @travelclub,

    //Please add below given CSS to change the color of the header title.
    
    .post-type-archive-itineraries .page-title {
        color: #07b3d6;
      }
    
    //To change the link color in the breadcrumb add below given CSS.
    
    .post-type-archive-itineraries #breadcrumb a {
        color: #e02222;
    }
    
    //To change the text color of the breadcrumb add below given CSS.
    
      .post-type-archive-itineraries #breadcrumb {
        color: #ff7550;
    }

    You can change the color code as per your requirement.

    Also, add all above CSS by going to Admin Panel > Appearance > Customizer > Additional CSS.

    Hope this helps.

    Best Regards!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.