• Resolved anandballi

    (@anandballi)


    Hello there,

    I am using Woocommerce with Honeycomb Theme. My Cart is totally dark.

    You can test it by clicking Sell My Property, that will take you to the cart.

    I have looked into CSS at several places but cannot see where the background #000000 is being taken off from. (that I can see from the source). It shows Honeycomb inline style. I wonder if it is computed in PHP.

    https://www.lprops.com/selling/sales-price-details/

Viewing 7 replies - 1 through 7 (of 7 total)
  • You need to change the background colour in the CSS.

    i.e.
    Change this
    table tbody td {
    background-color: #000000;
    }

    To this
    table tbody td {
    background-color: #6ec1e4;
    }

    The do it for the other rows.

    Also on your sales page you have the list style dot still showing i would remove those as well, by adding the following code to the page.

    .sek-module .sek-module-inner ul {
    list-style: none;
    }

    Thread Starter anandballi

    (@anandballi)

    Hi Lee

    Which CSS, the main CSS at root of theme does not have this “table tbody td”. I text searched for the same.

    Thread Starter anandballi

    (@anandballi)

    When I look into source I see, there is no file by name of honeycomb-style-inline-css, so I am guessing, this is a PHP generated style

    <style id=’honeycomb-style-inline-css’ type=’text/css’>

    Lee Beetles

    (@lbeetles)

    In The WordPress customizer for the theme

    https://en.support.wordpress.com/custom-design/editing-css/

    This should help you.

    Thread Starter anandballi

    (@anandballi)

    The link you sent does not work for me, already tried. It seems it can work on wordpresss.com sites and not hosted wordpress.

    Lee Beetles

    (@lbeetles)

    Is your site hosted on WordPress.com or do you have aself hosted WordPress version.

    If easier email me at lee@totaldesignworks.com

    Thread Starter anandballi

    (@anandballi)

    @lbeetles thanks buddy, for both. Including those silly dots.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Woocommerce Cart Darkened’ is closed to new replies.