Currently, I am attempting to modify the color of an image using CSS. This particular image is a key element in the layout of my website. To get a better understanding, you can view a screenshot of the element here: , and see an example post containing the table here -
The code for this element appears as follows:
table.tablesorter thead tr th {
background-image: url(/wp-content/plugins/table-sorter/images/bg.gif);
cursor: pointer;
background-repeat: no-repeat;
background-position: right center;
}
I have attempted various combinations such as
background-image: #fff, background image: #fff, url (wp-content/etc)
, but none have been successful. If anyone has any suggestions on how to change the color of this specific element without uploading a different file, please share. It's crucial that the color differentiation is only visible in dark mode.