Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
Hello Sybille
Oh I see, so you are taking about slider and other sections of the homepage
Please follow the theme instruction for managing homepage sections
https://themepalace.com/instructions/themes/kids-education-pro/Regards,
PsinkPsinkKeymasterHello Diego
Please add this CSS code in Additional CSS
For header widgets – adjust the padding value in #header-widgets as per your requirement
For site logo – adjust the padding value in .site-branding as per your requirement@media screen and (min-width: 1024px) { #header-widget { text-align: right; padding: 0px 0px 0px 0px; } .site-branding{ padding: 0px 0px 0px 30px; } } #masthead{ padding: 20px 0px 25px 0px; }
Hope this helps you
Regards,
PsinkPsinkKeymasterHello Tena
Please This CSS in Additional CSS to remove the date and author name form the blog section on the homepage
#latest-posts article .entry-meta{ display: none; }
And this CSS in Additional CSS to remove the previous and the next post from a single post
.single .post-navigation{ display: none; }
Have a great day
Regards,
PsinkPsinkKeymasterHello soren
Hmm, I see it’s already removed from your site. Can you please confirm that you are talking about space below the navbar?
Regards,
PsinkPsinkKeymasterHello Keistjan
For Query no. 1 & 3 – Add this CSS in the Additional CSS
@media screen and (min-width: 1024px){ .main-navigation form.search-form { min-width: 400px; } .main-navigation form.search-form input{ border-radius: 10px; } #header-banner-image .overlay{ opacity: 0; } }
Adjust border radius and width as per your need – just change value in above CSS
For query no. 2 – Add this CSS in the Additional Css
#featured-slider .entry-meta .byline, #featured-slider .entry-meta .posted-on, .archive-blog-wrapper .entry-meta .byline, .archive-blog-wrapper .entry-meta .posted-on{ display: none; }
For query no. 4, 5 – it is not possible to do that in the theme
Have a great Day
Regards
PsinkPsinkKeymasterHello Sybille
Can you please share your site URL?
Regards,
PsinkJanuary 28, 2021 at 12:42 am in reply to: To Display search results page in single layout rather than in 3 column layout #143554PsinkKeymasterHello raheel
Please add this CSS in the theme
.search-results #sidebar-primary, .search-results #sidebar-secondary{ display: none; } .search-results #primary, .search-results .three-columns-enabled #primary { width: 100%; }
To add this CSS please go to Admin Panel >> Appearance >> Customize >> Additional CSS, there paste the above CSS code then publish and refresh
Hope this helps
have a great day
Regards,
PsinkPsinkKeymasterHello Sakuna
Can you please confirm on which site are you trying to update the theme? Cause we found there are two sites trips.sanooktiew.com and sanooktiew.com, and it was active in dev site trips.sanooktiew.com/.
We have deactivated the older license, please reactive the license on the main site and try to update the theme again.
Regards,
PsinkPsinkKeymasterHello Emmanue
Add this CSS in the theme
.main-navigation ul li a { font-size: 14px; padding: 10px 20px; }
To add the above CSS, please go to Admin Panel >> Appearance >> Customize >> Additional CSS,
there paste above CSS then publish and refreshRegards,
PsinkPsinkKeymasterHello soren
Add this CSS
section#banner-image { display: none; }
Regards,
PsinkPsinkKeymasterhello fuerholz
Can you please share your site URL?
Regards,
PsinkPsinkKeymasterHello sakuna
Sure, we will make a change in the next update
Regards,
PsinkPsinkKeymasterHello Tena
we have released the new update, please update the theme
Regards,
PsinkPsinkKeymasterHello Soren
Add this CSS in the Additional CSS
#banner-image { background: transparent !important; padding: 0px; } .banner-title { background: transparent; } #banner-image h1.page-title { color: #000; } .breadcrumb-trail.breadcrumbs ul li a, .breadcrumb-trail.breadcrumbs ul li{ color: #000; } .nav-links { display: none; }
Hope this helps
Reards,
PsinkPsinkKeymasterHello Soren
Currently, there are no such features to change text color in the theme
For now, Please Add this CSS in Additional CSS
p { color: #111010; }
Hope this helps
Regards,
Psink -
AuthorPosts