• Resolved luhr017

    (@luhr017)


    Hello,

    I have been trying to change the background color of a table I am putting together. I tried changing it using CSS & HTML but I have had no luck. I was wondering if there is something in the theme that is not allowing me to do this. Can you help?

    Thank you!

Viewing 1 replies (of 1 total)
  • Theme Author themesdna

    (@themesdna)

    Hi,

    Go to “Appearance” -> “Customize” -> “Additional CSS”.

    Add this CSS code:

    .entry-content table th{background:#000;color:#fff;}
    .entry-content table tr td{background:#fff;}
    .entry-content table tr:nth-child(2n) td{background:#f8f8f8;}
    .entry-content table tr:hover td,.entry-content table tr:focus td{background:#dddddd;}

    Note: Change hex color values of above code as you like.

    Click on “Publish” button.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot Change Table Background Color’ is closed to new replies.