Forum Replies Created

Viewing 15 posts - 1,096 through 1,110 (of 1,549 total)
  • Author
    Posts
  • in reply to: How do I get rid off huge header? #148824
    Psink
    Keymaster

    Hello there,

    Add this css to totally remove big gray part from all pages

    
    #page-site-header {
        display: none;
    }
    

    or add this css to remove only from latest post page ( Blog page )

    
    .blog #page-site-header {
        display: none;
    }
    

    Regards,
    Psink

    in reply to: How do I get rid off huge header? #148803
    Psink
    Keymaster

    Hello There,

    Please add this css in the additional css

    
    body:not(.home) #masthead {
        padding: 0px 0;
    }
    
    p.site-title {
        font-size: 32px;
    }
    

    in the above CSS I have slightly lowered the font size of the site title and remove top button padding space

    To add this in the theme Please GO to admin panel >> appearance >> customize >> additional css, paste the above code there and click the published button.

    Hope this will help

    regards,
    psink

    in reply to: Reviews + white space #148800
    Psink
    Keymaster

    Hello There,

    Please add Catch Infinite Scroll plugin to activate infinite loader for the post. This will not throws you to top of the page on click on Load More button.

    To word TESTIMONIALS please try this css

    
    #testimonial-content-section .section-subtitle::after {
        content: "Testinomial";
        visibility: initial;
    }
    #testimonial-content-section .section-subtitle {
        visibility: collapse;
        display: inline-grid;
    }
    

    Put the Text you want to display in the content property in above css i.e content: “MYText”;

    Hope this will help

    Regards,
    psink

    in reply to: White space above blog section in on frontpage #148656
    Psink
    Keymaster

    Hello Alex,

    Can you please share your site URL?

    regards,
    psink

    in reply to: White space in product section #148449
    Psink
    Keymaster

    Hello Halldor

    Please add this css

    
    .wp-travel.trip-headline-wrapper .featured-detail-section.right-plot{
    	width: 100% !important;
    }
    
    .wp-travel-trip-meta-info ul li{
    	width: 25% !important;
    	margin-right: 0px !important;
    }
    

    This will helps you to change the design as in the screenshot
    https://www.awesomescreenshot.com/image/7347913?key=8d25ae61e76bc5b35eb71c321efe50bb

    Regards,
    psink

    in reply to: Customising colours #148442
    Psink
    Keymaster

    hello alex

    Hmm, can you please explain this one “I could do the same with additional CSS but need to know all the style names a=to ensure I don’t miss anything.”

    Regards,
    Psink

    in reply to: Hide group size #148429
    Psink
    Keymaster

    glad to help you
    regards,

    Psink
    Keymaster

    Hello

    Is your site is safe now?

    Please deactivated all the third parties plugins. I guess the plugin is responsible for the website hacked

    Regard,
    Psink

    in reply to: Hero section with type “page” = photo repeat #148276
    Psink
    Keymaster

    Hello Xavier

    Can you please share your site URL?

    It’s working well on our side
    please check this screen record
    https://www.awesomescreenshot.com/video/3345047?key=2fa59c1490c396d9da8ebd588bd7b0dd

    Regards,
    Psink

    Psink
    Keymaster

    Can you please explain in more detail with some of the reference screenshots?

    I found even if is disable the CSS that you have added in additional CSS to replace the author-name, DJ JR is showing. I’m not getting to the actual issue that you want to share with us.

    Can Please explain in more details

    Regards,
    psink

    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

Viewing 15 posts - 1,096 through 1,110 (of 1,549 total)