Forum Replies Created

Viewing 15 posts - 1,111 through 1,125 (of 1,554 total)
  • Author
    Posts
  • in reply to: Text bug on home page #148165
    Psink
    Keymaster

    Could you please share a screenshot or site url?

    Regards,

    in reply to: Hide group size #148164
    Psink
    Keymaster

    Add this code in Additional Css

    
    .trip-price,
    .travel-info,
    .wp-travel-trip-time, 
    .trip-duration,
    .wp-detail-review-wrap{
    	display: none !important;
    }
    

    Regards,

    in reply to: Resize “Featured Image” in Posts Page #148156
    Psink
    Keymaster

    Hello John

    Please try this code

    
    @media screen and (min-width: 64em) {
    	#infinite-post-wrap .post-thumbnail img {
    	    object-fit: cover;
    	    height: 500px;
    	}
    }
    

    and adjust the height by yourself

    Regards,
    Psink

    in reply to: change colors in footer #148154
    Psink
    Keymaster

    please add this css in additional css

    
    .footer-widgets-area.page-section.col-4{
    	background: #00bcd4; 
    }
    
    #colophon a, #colophon p, #colophon li, .site-footer strong {
        color: #c5c7c8;
    }
    
    #colophon a, #colophon p, #colophon li, .site-footer strong {
        color: #fff;
    }
    
    #colophon a:hover{
    	color: #c5c7c8;
    
    }
    

    have a great day

    Regards,

    in reply to: removing wordpress tags from activities #148152
    Psink
    Keymaster

    Hello there

    We are really sorry, in above code, there is a small mistake

    
    
    .tax-travel_locations.no-sidebar #secondary,
    .tax-activity.no-sidebar #secondary,
    .tax-itinerary_types.no-sidebar #secondary{
        display: none;
    }
    
    .single-itineraries .slick-arrow {
        display: none;
    }

    Please try this one

    Regards,
    Psink

    in reply to: Same header image height #148092
    Psink
    Keymaster

    Ahh so at this moment it will be quite difficult to have the same height of the header image for all pages. The height of image get changes as lines of title increase. If the title of the page let’s say one line on all pages then the height will be the same. If incase one page has a title of two-line then the height will be increase.

    I guess you will understand the issue

    Regards,
    psink

    in reply to: Removing Buy Now Button #148091
    Psink
    Keymaster

    Do you like it or not try this code will help you to add houzz log

    .social-icons .menu-item-348 a {
    	background: transparent url("https://www.houzz.com/jpics/20210323153334/brand_icon_2.png");
    	background-size: auto;
    	background-size: cover;
    	display: inline-block;
    	vertical-align: bottom;
    }

    Regards,
    Psink

    in reply to: Hide group size #148090
    Psink
    Keymaster
    in reply to: change colors in footer #148088
    Psink
    Keymaster

    Can you please confirm Is it something like this?
    https://www.awesomescreenshot.com/image/7147698?key=7c5b40b304d7963cdc3a3ff3f8b96312

    Regards,
    psink

    in reply to: Hide group size #148043
    Psink
    Keymaster

    Hello there

    Yes it is possible can you please share a screenshot and the site URL?

    Regards,
    Psink

    in reply to: Team member widget – Link on the photos #148042
    Psink
    Keymaster

    hello there

    Sorry to say but right now it’s not possible to update the plugin

    We are really sorry

    Regards,
    psink

    in reply to: removing wordpress tags from activities #148040
    Psink
    Keymaster

    Hello Brento Verco

    Can you please confirm that you want to remove the parts cover with a cross in the screenshot?
    https://www.awesomescreenshot.com/image/7115810?key=c9cc3cea9387433cf806cade08667f74

    Please add this css in additional css to remove those parts

    
    .tax-travel_locations.no-sidebar #secondary
    .tax-activity.no-sidebar #secondary
    .tax-itinerary_types.no-sidebar #secondary, {
        display: none;
    }
    
    .single-itineraries .slick-arrow {
        display: none;
    }
    

    Have a great day

    Regards,
    psink

    in reply to: Same header image height #147967
    Psink
    Keymaster

    Hello There,

    Please try by adding this css

    
    .custom-header-content-wrapper {
        width: 100%;
    }
    
    @media only screen and (min-width: 103.75em){
    .custom-header .custom-header-content {
        padding: 250px 50px;
    }
    }
    

    Hope this will works for you

    Regards,
    Psink

    in reply to: How do i change the Banner Image #147965
    Psink
    Keymaster

    Hello There,

    Since there is the background color used for all section, background image image is not visible.

    Add this css in additional css to disable background-color

    
    #our-team, #latest-posts, #news-events, #courses-section {
        background-color: none;
    }
    

    there are no color change options is available in the theme. If you want to change the color you can do by adding additional css

    Regards,
    psink

    in reply to: Same header image height #147915
    Psink
    Keymaster

    Hello There,

    Can you please share your site URL?

    Regards,
    psink

Viewing 15 posts - 1,111 through 1,125 (of 1,554 total)