Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterHello 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,
PsinkPsink
KeymasterHello 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,
psinkPsink
KeymasterHello 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,
psinkPsink
KeymasterHello Alex,
Can you please share your site URL?
regards,
psinkPsink
KeymasterHello 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=8d25ae61e76bc5b35eb71c321efe50bbRegards,
psinkPsink
Keymasterhello 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,
PsinkPsink
Keymasterglad to help you
regards,April 15, 2021 at 12:19 am in reply to: Signify Dark child theme – shows wrong Author on posts and not all post appear #148428Psink
KeymasterHello
Is your site is safe now?
Please deactivated all the third parties plugins. I guess the plugin is responsible for the website hacked
Regard,
PsinkPsink
KeymasterHello 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=2fa59c1490c396d9da8ebd588bd7b0ddRegards,
PsinkApril 12, 2021 at 12:40 am in reply to: Signify Dark child theme – shows wrong Author on posts and not all post appear #148275Psink
KeymasterCan 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,
psinkPsink
KeymasterCould you please share a screenshot or site url?
Regards,
Psink
KeymasterAdd this code in Additional Css
.trip-price, .travel-info, .wp-travel-trip-time, .trip-duration, .wp-detail-review-wrap{ display: none !important; }
Regards,
Psink
KeymasterHello 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,
PsinkPsink
Keymasterplease 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,
Psink
KeymasterHello 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 -
AuthorPosts