Forum replies created
Hii,
Go to theme Option
Theme option -> WooCommerce -> Disable Woocommerce Shop Page Ordering Boxes ( check this box ).
so you can’t display sorting blocks on the page.
Thank You
Welcome!!
Hii,
Add Below custom CSS on additional CSS area
#primary{
background-color: beige;
}
Thank You.
Welcome!!
Hii,
Add Custom CSS on Additional CSS area
#secondary, #secondary-2{
background-color:beige;
}
Thank You
Hello
Theme
tag start and close in header.php and footer.php both file available in root of theme directory.In header.php file line no: 74 around
tag start so you can add your code after it.In footer.php file line no: 104 around tag close so you can add your code above it.
Thank you
Welcome!!!
Hii,
You mistake to written class on CSS so, change above CSS
.homepage-content .margin-40,
.archive .margin-40,
.category .margin-40 {
margin-bottom: 0;
}
and Add extra Custom CSS on Additional CSS
#primary .formatted-post{
padding-bottom: 0;
}
Thank You
Hii,
We have checked your problem and resolved. We will update this bug in our next theme update.
We have change this code in your side but we have not access your theme editor so we can’t edit your theme so update this code manually to yourself.
Follow instruction step by step:
Go to theme directory
theme -> evolve_plus -> library -> functions -> basic functions.php in change the code accroding to below file
https://www.dropbox.com/s/z3hnrpcarlxe465/titlechange.txt?dl=0
You change above three line then your show news page title change to the news.
Thank You.
Hii,
Add Custom CSS On Addition CSS area
.hentry{
padding-bottom: 0;
}
.homepage-content .margin-40 {
margin-bottom: 0;
}
.hentry h2{
margin-top: 0;
}
Thank You.