Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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.
Hi @qnkov,
Try this CSS Code:
#wpforo #wpforo-wrap .wpf-breadcrumb div:after,#wpforo #wpforo-wrap .wpf-breadcrumb div.active:after { background: #000000; }
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.