Forum replies created
Hi,
Please post your website url.
Thanks!
Hi,
Since you confirm that removing that code will make all backgrounds transparent, I suggest you do that. Then write custom css for all categories that you want to have a white background. For example, category-news
.category-news .post-content-container{
background-color: #ffffff !important;
}
Sorry, I do not have a solution to isolate category-links and make it transparent.
I don’t think we are in the same time zone, it is difficult for me to wait for you to publish that post again. I suggest you hire a developer in your time zone if you require further assistance.
Thanks!
Hi,
Please find the following code in your custom css, remove it and see if it fixes your issue. This code is persistence and forces white background.
.post-content-container {
background-color: #ffffff !important;
}
Thanks!
Hi,
With reference to this screenshot http://prntscr.com/8cj81u
I do not see that box with “News You Need To Know”..
If you are asking for help to create that box with links, Please kindly contact us via our services page for this customization, https://theme4press.com/theme-customization-service/
If not, Please advice.
Thanks!
Hi,
Please use the following codes.
.woocommerce-tabs .panel{
width:100% !important;
}
Thanks!
Hi,
Please the following codes in your Theme Options -> Custom CSS
.variations {
border: medium none !important;
}
.label, .value {
border: medium none !important;
}
Screenshot of result. http://prntscr.com/8cionb
Thanks!
Hi,
You are welcome. Thanks!
Hi,
No, if you remove any code, it will be gone and not available for every user.
To limit to administrator only, you need to wrap with this function. https://codex.wordpress.org/Function_Reference/current_user_can
Sorry, I cannot assist in customization, my employment agreement forbids me to do so, I will not get paid for any customization assistance.
Since you mentioned that no one replies your request via our services page. I suggest you do a job posting on http://jobs.wordpress.net/ I am sure you can easily hire someone to do the customization.
Sorry, That’s all I can do for this issue.
Thanks!
Hi,
Please use the following to reduce your white space.
.page {
padding-top: 0 !important;
}
If you want to hide header, footer, etc for all pages. Please use the following and remove the previous given solution.
.header, .footer, .menu-container {
display: none !important;
}
Thanks!
Hi,
It’s located in evolve-plus/library/functions/basic-functions.php at line 1654 to 1675
Thanks!