• Resolved qnkov

    (@qnkov)


    Hello there. My theme has dark mode. So i’m trying to make some points on the forum black, like the background when you click on the darkmode.

    https://prnt.sc/uxxd8n

    I’ve found the darkmode.css. For example, the theme search box looks like this:

    .darkmode .searchx #form #submit{color:#555}

    How can i put it for the forum?

    I’ve tried like this:

    .darkmode .wpforo #wpforo #wpforo-wrap {background:#555!important}

    But looks like it’s not working.

    That’s my site – https://otaku.bg/otakubg/community/

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    @qnkov,

    Try code:

    .darkmode #wpforo #wpforo-wrap {background:#555!important}

    Please don’t forget to press Ctrl+F5 (twice) on the frontend before checking.

    Thread Starter qnkov

    (@qnkov)

    Thanks, i’ve put those and it’s done.

    .darkmode #wpforo #wpforo-wrap {background:#16151d!important}
    .darkmode #wpforo #wpforo-wrap .wpfl-1 .wpforo-forum {background:#555!important}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color for darkmode?’ is closed to new replies.