Title: Customizing
Last modified: May 3, 2020

---

# Customizing

 *  Resolved [emeric86](https://wordpress.org/support/users/emeric86/)
 * (@emeric86)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/)
 * Hello,
 * I would like first to thank you for your pluggin. I really appreciate the work
   done, you probably helped a lot a people including me.
 * I want to get in touch with you in order to set my perfectly my forum, seems 
   you are very responsive.
    The options in “forum index styling” tab do not work
   for me even if the text “No bbpress files have been changed in the theme” is 
   with green background in “Not working ?” tab. So, i managed to change not all
   but a bit of styling trough Customizing the theme Ocean Wp via WordPress. However,
   if i regenerate the css via “Tools” of Elementor or take a backup all styling
   is back as previous. Btw, i using Ocean wp and Elementor pro. I really would 
   like to settle my styling trough your pluggin. It’s worked well for “Latest Activity
   Widget styling”
 * I’m a very beginner in building website. I will appreciate your time spend to
   help me settle this.
 * Thank you in advance.
 * Emeric
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomizing-29%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12772369)
 * ok so that I can see what is happening can you set
 * dashboard>settings>bbp style pack>forums index styling item 3 Forum Headings 
   Font size to 25px and then let me know
 * I can then see what is happening in the browser
 *  Thread Starter [emeric86](https://wordpress.org/support/users/emeric86/)
 * (@emeric86)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12772405)
 * I just did it and put item 1 to 5 all yellow #eeee22
    Thanks !
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12772447)
 * ok, I can see all those changes – can you ? if not refresh your browser
 *  Thread Starter [emeric86](https://wordpress.org/support/users/emeric86/)
 * (@emeric86)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12772496)
 * Ok yeah i see for the titles colors when i refreshed the browser.
    But the background
   item 1 and 2 not working definitely. Now item 1 set to green #18ce27, item 2 
   set to pink #b61ed8
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12772564)
 * As far as I can see your theme is reloading another bbpress css file right at
   the end, so overwriting any changes you or I do where they have amended this 
   file, certainly there are two versions being loaded and if I disable the second
   one in the browser, the it all works, which heavily suggests this.
 * I think you will need to work out what changes you need, and if only a few, I’ll
   give you some code
 * If lots – sorry beyond free help !
 *  Thread Starter [emeric86](https://wordpress.org/support/users/emeric86/)
 * (@emeric86)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12772685)
 * Strange… You mean the Theme Ocean WP load twice on the page and overcome the 
   change ?
    Any idea if it possible to avoid this double loading ?
 * I would like to have the boxing template and be able to color the background 
   for titles and topics…
 * Yeah sure, i understand. Thanks for your free help
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12772704)
 * Themes often amend popular plugin css files to improve them for their theme. 
   You can delete files using FTP, but I would not recommend this as updates will
   simply write them back again.
 * If you change in my plugin what you want, and then for each item that does not
   work, LIST each change here eg
 * which tab, what item and what you want it set to
 * Then I consider what I can do
 *  Thread Starter [emeric86](https://wordpress.org/support/users/emeric86/)
 * (@emeric86)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12774858)
 * Good morning Robin,
 * I decided to change my Theme instead, since i’m using a builder for my website
   and customizing the forum is actually something important. Moved to Generatepress!
   
   Works fine so far, i will get back to you if any issue.
 * Appreciated your support.
 * Thank you !
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12775865)
 * ok, great!
 *  Thread Starter [emeric86](https://wordpress.org/support/users/emeric86/)
 * (@emeric86)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12776661)
 * Hi Robin,
 * I finished to customize my forum.
    All seems to work well execpt the forum roles
   appeared twice with “bsp-author-bbp_keymaster” and “bsp-author-topic_author”.
   So i had to make css.
 * Also here below the css i added in case you need it for your next revision.
    .
   bbp-reply-ip { display: none; } .bsp-author-bbp_keymaster { display: none; } .
   bsp-author-topic_author { background: #2942aa; color:white; } .bsp-topic-rules{
   margin-bottom: 40px; } .bsp-center { margin-bottom: 40px; } div.bbp-template-
   notice, div.indicator-hint { background-color: #d2dcf2; border-color: #2942aa;}
   div.mce-toolbar .mce-ico { color: white; }
 * I didn’t managed to remove the border of the mce icons when you are hover
    I’ve
   tried herebelow but nothing worked. Any idea ? } .mce-widget.mce-btn button:hover,.
   mce-toolbar button .mce-ico:hover, { border-width: 0!important; color: #fff!important;
   outline: none; border: none; } Cheers buddy and thank you very much once again.
 *  [Mauricevdh](https://wordpress.org/support/users/mauricevdh/)
 * (@mauricevdh)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12787001)
 * I can change my forum with your plugin in some ways and in some ways not. Is 
   there any help to disable the theme overwriting of the css?
 * [http://www.zwembadforum.eu](http://www.zwembadforum.eu)
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12803485)
 * can you give me an example of a setting that does not work ?
 * eg
 * dashboard>settings>bbp style pack>forum display> item x is set to Y

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Customizing’ is closed to new replies.

 * ![](https://ps.w.org/bbp-style-pack/assets/icon-256x256.jpg?rev=2706563)
 * [bbp style pack](https://wordpress.org/plugins/bbp-style-pack/)
 * [Support Threads](https://wordpress.org/support/plugin/bbp-style-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/bbp-style-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbp-style-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbp-style-pack/reviews/)

 * 12 replies
 * 3 participants
 * Last reply from: [Robin W](https://wordpress.org/support/users/robin-w/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/customizing-29/#post-12803485)
 * Status: resolved