CSS only partially working
-
Some of the settings in the plugin seem to be being overridden by bbp’s own CSS. For instance, when I change the forum description font’s color, that works, but changing the font size has no effect.
A line in bbpress.min.css has this entry:
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta { font-size: 11px; }
And that is overriding a line in bspstyle.css:
#bbpress-forums .bbp-forum-content, #bbpress-forums .bsp-forum-content, #bbpress-forums .bbp-forum-info .bbp-forum-content { font-size: 24px; }
(I set the font size to 24 for testing purposes, so I could see very clearly that it was working)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS only partially working’ is closed to new replies.