Nov 06, 2022 12:53 pm
Hi, cuz my site have darkmode option, i’m adding .darkmode elements in my style.php from the wpforo. Right now i’m to change the color of few elements, but i cannot find the right code.
Check picture – https://prnt.sc/KxMP4EkcLsu3
I'm using codes like that in my style to change certain elements for darkmode:
darkmode #wpforo #wpforo-wrap .wpfl-4 .wpf-head-bar {
background-color: #555555;
Can u tell me from where to change that White color? Or maybe that’s like mini-image? I want to change it to black or transperant.
9 Replies
Nov 07, 2022 12:14 pm
Hi @qnkov,
Try this CSS Code:
#wpforo #wpforo-wrap .wpf-breadcrumb div:after,#wpforo #wpforo-wrap .wpf-breadcrumb div.active:after { background: #000000; }
Nov 09, 2022 11:40 pm
Yea i know, that's why i'm fixing things in that way, but i cannot find the right element for that i need to change here.