• Resolved zevrix

    (@zevrix)


    Even Row Color: changing color in this control doesn’t do anything. The actual color remains the same.

    Elementor Addon Elements 1.6.4, Elementor Pro 2.10.3

    Thanks for any help!

    Leo

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Hardik Sharma

    (@hardiksharma)

    Hi @zevrix,
    Can you share the page URL on which you facing this issue, so I can have a look?

    Thread Starter zevrix

    (@zevrix)

    Thanks,

    Here’s the URL – please scroll down:

    https://zevrix.com/deliver

    Plugin Contributor Hardik Sharma

    (@hardiksharma)

    Hi @zevrix,
    I checked it, it happened due to conflict with the hello theme. Row Color comes from theme CSS. you can use this custom CSS to fix this issue.

    table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
       background : none !important;
    }
    table tbody tr:hover>td, table tbody tr:hover>th{
    	background-color : transparent;
    }
    Thread Starter zevrix

    (@zevrix)

    Thanks Hardik,

    It did solve this issue.

    BUT…

    It created a new problem:

    Now this control doesn’t work:

    Table n > Override Style > Background Color

    Thanks again for your help!

    Thread Starter zevrix

    (@zevrix)

    …and also this control now doesn’t work:

    Button > Column Background Color

    Plugin Contributor Hardik Sharma

    (@hardiksharma)

    Hi @zevrix,
    You are right, remove the code which I have sent you previously. Add this

    table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
      background-color : transparent;
    }
    table tbody tr:hover>td, table tbody tr:hover>th{
    	background-color : transparent;
    }
    Thread Starter zevrix

    (@zevrix)

    Thanks, this all works now. Great support!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Comparison Table: Can’t set color of Even Row Color’ is closed to new replies.