Forum replies created
Hi,
First, Add above custom css in your additional css area of the customizer.
go to dashboard and open a path
Appearance -> Customize
http://prntscr.com/hj8g61
Sorry for we miss your third point, don’t worry definitely we will help you to how to track custom css. you need to some basic HTML and CSS knowleage.
https://developers.google.com/web/tools/chrome-devtools/css/
Thank you
Hi,
Please update your Theme4press Core plugin, Use the latest version of this plugin.
Thank you
Hi,
You can use our blog shortcode for your some customization work.
Check blog shortcode document
4. Or suppressing the empty space above the set of posts
.navigation-links {
margin-bottom: 0px;
}
Thank you
Hi,
For your first point,
Sorry it’s not possible in sticky menu, you have to permanently expanded search box with header2, header4 and header6
And your second and third point,
Add custom css
.home .published,
.home .comment-count {
color: #333;
}
Thank you
Hi,
Add custom css for space between blog posts
.page-id-1099 .t4p-blog-medium .entry-meta .entry-meta-details {
margin: 0;
}
.page-id-1099 .t4p-blog-medium .entry-meta, .t4p-blog-large .entry-meta {
margin: 0;
padding: 0;
}
.page-id-1099 .hentry {
padding-bottom: 0px;
}
Thank you
Hi,
Currently, we have found old css on your site, sorry we have not found new css that you have set.
https://prnt.sc/hirmxs
please give us access to customizer screen, we have not access you customizer screen so we have not check your css.
Thank you
Hi,
Sorry for the inconvenience.
Go to theme options and disable it.
Theme Options -> Custom Home/Front Page Builder -> General & Layout Settings -> Home/Front Page Elements Display and Order -> Content Area ( Enable Content Boxes and remaining disable it )
Thank you
Hi,
Ok, We consider your topic as close.
Ensure that you have to activate theme require a plugin like Redux Framework and Theme4press Core.
Thank you
Hi,
Add custom css for background opacity of sticky header
body #header.sticky-header.sticky {
opacity: 0.7;
}
Thank you
Hi,
You need to some customization work on your theme.
first, add custom css
.thumbnail-post img {
width: 100%;
}
After that open page.php and content-blog.php through ftp or Cpanel.
both file path:
\wp-content\themes\evolve-plus\page.php
\evolve\wp-content\themes\evolve-plus\content-blog.php
After that find below code in both file
the_post_thumbnail(‘post-thumbnail’);
And replace with this one
the_post_thumbnail(‘full’);
Save and upload it.
Thank you