Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2307341
Can you help with CSS?
Closed

Comments

  •  1
    Karl started the conversation

    Hi is there CSS code I can add to change of the colours of the compare chart, they are currently white and light grey.

    Thanks.

  •  767
    Janilyn replied

    Hi Karl, 

    Thank you for contacting WPClever Support Forum. We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding as soon as possible with specific instructions. Please stay in touch as he might need you to provide further information.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,226
    Dustin replied

    Hi Karl,

    Yes! You can do that by adding custom CSS code to WP-Admin → Appearance → Customize → Additional CSS.

    Example:

    .wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead tr th {
        background-color: red !important;
    } .wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead tr th a {
        color: #fff !important;
    }

    And the resultsmile.png https://prnt.sc/r5y6d9

    Please explain more about your color requirement (what/where you need to change the color) then I can provide exactly CSS code.

    Best regards,
    Dustin