• Resolved franky4lee

    (@franky4lee)


    Since the last update, the header is displayed in light grey with a white font. This makes the font difficult to read.


    How can I change the background colour?


    Best regards,
    Franky

    • This topic was modified 5 months ago by franky4lee.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello Franky,
    thanks for contacting us!

    You can change it by adding the following code in Appearance > Customize > Additional CSS:

    .wishlist_table tr:nth-child(odd) {
    background-color: blue !important;
    }

    Could you check it, please?

    Best regards.

    Thread Starter franky4lee

    (@franky4lee)

    Hello Juan,

    Thank you very much for your quick reply.
    Unfortunately the code does not work.
    What else can I do?

    Best regards,
    Franky

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hi Franky,

    Please try with this new one:

    .wishlist_table thead tr th {
    background: blue !important;
    }

    Could you check it, please?

    Best regards.

    Thread Starter franky4lee

    (@franky4lee)

    Hello Juan,

    thank you very much! It works with the code.
    Thank you and have a nice day! ??

    Franky

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.