Viewing 4 replies - 1 through 4 (of 4 total)
  • You can either edit your child theme’s functions.php file, or else use the Simple Custom CSS plugin, and then add this code:

    .dwqa-question-item.dwqa-sticky {
        background: #1e73be;
    }

    Just change #1e73be; to the code appropriate for the color you want. You can try out colors here: https://www.w3schools.com/colors/colors_picker.asp

    Thread Starter Jiks

    (@jiks)

    Thank you very much for your help!

    ??

    Glad to help!

    I realize now, though, that I wrote functions.php when I should have said style.css Hope you understood or used the plugin instead!

    Thread Starter Jiks

    (@jiks)

    Hello,

    No problem, I didn’t edit the functions.php file. I added the code to my theme’s custom css section.

    Thanks again!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the sticky question background color’ is closed to new replies.