• Juliana

    (@nkhanani)


    Hello I am trying to change the color of the thread container. Originally it is a bright blue and then on hover black. I’d like to change it to white.
    I tried two different things in the custom css but neither worked

    .threadHeader {
    background-color: #ffffff !important;
    }

    .threadContainer {
    background-color: white !important;
    }

    Please help!

    2. How do I change the color of the reset button?

    Thanks

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

Viewing 1 replies (of 1 total)
  • Nikhil G

    (@nsgawli)

    Hi,

    For changing the thread header, goto Support Plus > Settings > Custom Css and add below css
    .support_bs .ui-state-active:hover{
    background:#fff;
    border:1px solid #c5c5c5;
    }

    How do I change the color of the reset button?

    Which reset button do you mean? Reset Filter or reset form?

Viewing 1 replies (of 1 total)
  • The topic ‘Change color of thread container + reset button’ is closed to new replies.