Title: Default Style
Last modified: January 4, 2017

---

# Default Style

 *  Resolved [mimbelli](https://wordpress.org/support/users/mimbelli/)
 * (@mimbelli)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/default-style/)
 * Hi,
 * A newbie question….
 * I was using this plugin just to have vertical forums. All the styles were the
   default one from my custom theme.
 * Then I stated to play with “Forums Index Styling” tab… At one point I decided
   to discard everything. Unfortunately now colors/fonts defaults are those set 
   by Style pack not the default styles of my custom theme.
 * GASP
 * From what I see, the problem is the CSS created by Style Pack into [http://…/wp-content/plugins/bbp-style-pack/css/](http://…/wp-content/plugins/bbp-style-pack/css/)
 * What I mean: I expected that once I want to revert to a default style I would
   get the style form my original theme, not the default form Style pack.
    One nice
   upgrade would be that if I choose to go back to a default, that style is completely
   removed from bbp-style-pack css so I can get the deafult theme style.
 * Am I correct?
 * Thank you in advance

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

 *  Thread Starter [mimbelli](https://wordpress.org/support/users/mimbelli/)
 * (@mimbelli)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/default-style/#post-8618511)
 * I’m starting to understand.
 * Every time I press save on some tab, the whole css is written overriding my theme
   styles.
 * Why don’t you write only the styles I choose to modify?
 * Bye
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/default-style/#post-8618579)
 * yes the code creates a new bspstyle.css each time you click save.
 * There are a few instances where my plugin would overwrite your theme – I have
   been correcting these over time, and in general the code is written to only overwrite
   those that you change.
 * If you have specific examples, then let me know and I can correct.
 * In the meantime where they exist, you can set them to the same as your theme 
   in style pack.
 * I am gradually improving this plugin, and feedback from users helps me, so thank
   you.
 *  Thread Starter [mimbelli](https://wordpress.org/support/users/mimbelli/)
 * (@mimbelli)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/default-style/#post-8618657)
 * Ok thank you.
 * I went to settings > bbp Style pack and I pressed “save” on the first tab without
   changing nothing from before.
    I made a diff on my css file and I get updated:
 *     ```
       /*  1 ----------------------  forum list backgrounds --------------------------*/
       #bbpress-forums ul.odd
        {
        background-color: #fbfbfb  ;
        }
   
   
   
       #bbpress-forums ul.even
         {
        background-color: #fff;
        }
       ```
   
 * Then
 *     ```
        /*  2 ----------------------  headers backgrounds --------------------------*/
   
       #bbpress-forums li.bbp-header,
       #bbpress-forums li.bbp-footer 
        {
        background-color:  #f4f4f4 ;
        }
       ```
   
 *     ```
       #bbpress-forums ul.forum-titles li.bbp-forum-info  {
       Font-weight:  normal ; 
        }
   
       #bbpress-forums ul.forum-titles li.bbp-forum-topic-count {
        Font-weight:  normal ; 
       }
   
       #bbpress-forums ul.forum-titles li.bbp-forum-reply-count {
         Font-weight:  normal ; 
   
       }
   
       #bbpress-forums ul.forum-titles li.bbp-forum-freshness {
         Font-weight:  normal ; 
       }
       ```
   
 *     ```
         /*  8 ----------------------  Remove Forum Description --------------------------*/
       div.bbp-template-notice.info {
           display: none;
       }
       ```
   
 * And finally
 * /*———————- thumbnails on forum lists ————————–*/
 *     ```
       .bsp_thumbnail {
         display: flex;
         align-items: center;
       }	
   
       .bsp_thumbnail a {
       	padding-left: 10px ;
       }
       ```
   
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/default-style/#post-8618821)
 * thanks
 * I’ll fix these in the next version
 *  Thread Starter [mimbelli](https://wordpress.org/support/users/mimbelli/)
 * (@mimbelli)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/default-style/#post-8619003)
 * Another strange behavior and question…
 * As I wrote after I configured my forum I saved and then modified by hand the 
   css file removing the unwanted styles.
    Nevertheless after one hour just browsing
   the bbp Style pack settings I got the css file updated again automatically. is
   there some autosave feature?
 * PS
    Sorry ofr stupid question but I’m a wordpress newbie
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/default-style/#post-8619086)
 * the software creates a css on entering and existing the settings, so yes that
   would happen
 * However until I fix your issues above, just set any to what they are in your 
   theme
 *  Thread Starter [mimbelli](https://wordpress.org/support/users/mimbelli/)
 * (@mimbelli)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/default-style/#post-8619105)
 * Ok thank you indeed
 *  Thread Starter [mimbelli](https://wordpress.org/support/users/mimbelli/)
 * (@mimbelli)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/default-style/#post-8681901)
 * Hi Robin,
 * Did you fix these issues in the last versions?
 * Thank you in advance
 *  Thread Starter [mimbelli](https://wordpress.org/support/users/mimbelli/)
 * (@mimbelli)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/default-style/#post-8689170)
 * I uploaded the new version and all my custom values were overwritten. Ouch! 🙁
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/default-style/#post-8707747)
 * apologies !

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

The topic ‘Default Style’ 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/)

 * 10 replies
 * 2 participants
 * Last reply from: [Robin W](https://wordpress.org/support/users/robin-w/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/default-style/#post-8707747)
 * Status: resolved