Home Forums WoodMart support forum Shop Pages Color

Shop Pages Color

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #267185

    Jazeon
    Participant

    Hi, I tried changing the color of the shop pages but it uses a default background color. Why is this happening? I cleared cache already but my shop pages is using the main color.

    cart page and checkout page

    Attachments:
    You must be logged in to view attached files.
    #267187

    Jazeon
    Participant

    Additional post in regards to the setup.

    Attachments:
    You must be logged in to view attached files.
    #267234

    Hello,

    I saw the screenshots you attached.

    Please try adding separate background color for the shop pages then clear cache and check back.

    If the problem is still the same then provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #267251

    Jazeon
    Participant

    Hi, I added color white for the background for both pages and the problem still persist even by purging cache for the page and cleaning my history cache also via browser.

    https://vimcreek.com/cart
    https://vimcreek.com/checkout/

    Also another thing, why is the other sidebar button different? I made every button to be yellow yet it took over my background’s theme color.

    Attachments:
    You must be logged in to view attached files.
    #267315

    Hello,

    I have logged into your website and see that you added the wrapper background color for all the pages. Please remove it and check then the issue will be fixed.

    Then deactivate the cache plugin clear browser cache and check back.

    And for the button color try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    a.button.btn-cart.wc-forward {
        background: orange;
    }

    You can set the background of the button according to your needs.

    Best Regards.

    #267390

    Jazeon
    Participant

    My wrapper turned to white and I can’t change it.

    Attachments:
    You must be logged in to view attached files.
    #267521

    Hello,

    Your issue has been resolved. Now the main website wrapper background is as you required and the shop pages background color is white.

    Please clear cache and check back.

    Regards.
    Xtemos Studios.

    #267529

    Jazeon
    Participant

    Hey Aizaz,

    Thank you for the quick responses. This is great it indeed got resolve. What did you do in order to get this done? For future reference.

    Also another thing how do I resolve the sidebar button, by changing it to default color

    color: #ffc40e
    hover: #d7a50b

    Attachments:
    You must be logged in to view attached files.
    #267579

    Hello,

    You are Most Welcome.

    I have added some CSS code under Theme Settings >> Custom CSS and the issue was resolved.

    For the buttons Please remove the previous CSS I provided you and try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    a.button.btn-cart.wc-forward {
        background: #ffc40e;
    }
    
    a.button.btn-cart.wc-forward:hover {
        background: #d7a50b;
    }

    Regards.
    Xtemos Studios.

Viewing 9 posts - 1 through 9 (of 9 total)