Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    05.09.2015 at 13:01 #20433

    Hi,

    Please post your website url.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    05.09.2015 at 12:57 #20432

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    04.09.2015 at 20:23 #20425

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    04.09.2015 at 19:09 #20422

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    04.09.2015 at 18:59 #20421

    Hi,

    Please use the following codes.

    .woocommerce-tabs .panel{
    width:100% !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    04.09.2015 at 18:17 #20418

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    04.09.2015 at 18:12 #20417

    Hi,

    You are welcome. Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    04.09.2015 at 12:37 #20414

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    04.09.2015 at 10:47 #20411

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    04.09.2015 at 10:39 #20410

    Hi,

    It’s located in evolve-plus/library/functions/basic-functions.php at line 1654 to 1675

    Thanks!