Archived topic
bbpress topic header
1 reply · Started by Philip on July 27, 2015
Hello after i installed your theme i observed in bbpress topics the header is big or damaged, in the style css i always cut this parts of code and i must do this every time i update the theme, please fix this in next update.
The part i cut is related to subscription-toggle.
/* bbPress */
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums,
div.bbp-breadcrumb,
div.bbp-topic-tags {
font-size: inherit;
}
#subscription-toggle {
display: block;
//*margin: 1em 0;*//
//*clear: left;*//
Hi there,
If you add your CSS using one of the following methods, you won't lose your custom CSS with theme updates: http://generatepress.com/knowledgebase/adding-css/
Makes customizing a lot easier :)
