Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    you could copy style.css located in yith-woocommerce-compare/assets/css in your woocommerce theme folder and rename it in compare.css. Then you could edit this file and add background color to compare table.

    Regards 🙂

    Thread Starter drakcore

    (@drakcore)

    I’ll give that a try 🙂
    Just waiting for Salient to update their theme since WordPress update 4.2.3 has killed site styling in Chrome now… :<
    Lots of fun today.

    Thread Starter drakcore

    (@drakcore)

    Tried, didn’t work.
    Copied into the theme css folder as well as the main folder of the theme, neither worked.
    Tested by making everything in the file #FFFFFF

    Plugin Author YITHEMES

    (@yithemes)

    Hi,

    Please, can you post your website link ? Thanks!

    Thread Starter drakcore

    (@drakcore)

    Which e-mail address can I send the login details to?
    Can’t access the website due to maintenance plugin, unless you log in.

    Plugin Author YITHEMES

    (@yithemes)

    yes, send to plugins [at] yithemes [dot] com

    Thread Starter drakcore

    (@drakcore)

    E-mail sent.

    Thread Starter drakcore

    (@drakcore)

    Any ideas to try fix this?
    Tried a dozen things and so far I can only get the colour box to change by directly editing the “colorbox.css” within the plugin folder.

    Plugin Author YITHEMES

    (@yithemes)

    hi,

    you can try to use this css rules:

    table.compare-list {
        margin: 10px;
        table-layout: fixed;
        background-color: #ffffff;
    }

    the problem is that your theme developer add this css rules:

    #footer-outer #copyright, body {
        border: none!important;
        background-color: #1c1c1c!important;
    }

    Let me know.

    Thread Starter drakcore

    (@drakcore)

    That actually did the trick, background colour is now white as set from the css rule above.

    Thanks a lot.

    Plugin Author YITHEMES

    (@yithemes)

    You’re welcome!

    Regards

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Need to change the background colour of the table.’ is closed to new replies.