Title: Changes dont work
Last modified: October 11, 2016

---

# Changes dont work

 *  Resolved [karll10](https://wordpress.org/support/users/karll10/)
 * (@karll10)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/changes-dont-work-2/)
 * No matter what changes I make with this plugin, none of them seem to work?
 * I have tried clearing my cache but still no luck.
 * Can you please advise?

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

 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/changes-dont-work-2/#post-8276094)
 * this can be due to permissions on your server.
 * can you give me a link to your site?
 * If private contact me via my website
 * [http://www.rewweb.co.uk](http://www.rewweb.co.uk)
 *  Thread Starter [karll10](https://wordpress.org/support/users/karll10/)
 * (@karll10)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/changes-dont-work-2/#post-8276299)
 * Hi Robin,
 * Sure, its [http://teenline.ie](http://teenline.ie)
 * Thanks
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/changes-dont-work-2/#post-8276512)
 * ok, you have the css file loading fine – I can see it.
 * So suspect your theme is overwriting.
 * Can you give me a link to the forums – if I need login, please email me via my
   website above and ONLY give me **participant** access
 *  Thread Starter [karll10](https://wordpress.org/support/users/karll10/)
 * (@karll10)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/changes-dont-work-2/#post-8276545)
 * Hi Robin,
 * Sure, here’s a link to the forum -> [http://www.teenline.ie/forum/](http://www.teenline.ie/forum/)
 * Its my first time sing BBPress so I’m just currently testing it.
 * Thanks
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/changes-dont-work-2/#post-8277032)
 * yes your avada theme is being loaded last (by the theme authors), so is overwriting
   my plugin changes.
    so avada puts in
 *     ```
       #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a, #bbpress-forums .bbp-search-results .bbp-forum-header, #bbpress-forums .bbp-search-results .bbp-topic-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums li.bbp-header, div.bbp-template-notice, div.indicator-hint {
           background: #ebeaea none repeat scroll 0 0;
       }
       #bbpress-forums .forum-titles li, .bbp-forum-header a.bbp-forum-permalink, .bbp-reply-header a.bbp-reply-permalink, .bbp-topic-header a.bbp-topic-permalink, span.bbp-admin-links, span.bbp-admin-links a {
           color: #747474;
       }
       #bbpress-forums .bbp-replies div.even {
           background: transparent none repeat scroll 0 0;
       }
       #bbpress-forums #bbp-single-user-details, #bbpress-forums .bbp-search-results .bbp-forum-content, #bbpress-forums .bbp-search-results .bbp-topic-content, #bbpress-forums div.bbp-reply-author .bbp-reply-post-date, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-tags a, #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics, .bbp-arrow, div.bbp-template-notice, div.indicator-hint {
           border-color: #ebeaea;
       }
       ```
   
 * Do you have any bbpress styling options in your theme? Avada is adding the above?
 *  Thread Starter [karll10](https://wordpress.org/support/users/karll10/)
 * (@karll10)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/changes-dont-work-2/#post-8281228)
 * Hi,
 * Yes, there are options for the bbPress Forum Header Background Color, bbPress
   Forum Header Font Color and bbPress Forum Border Color…
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/changes-dont-work-2/#post-8283531)
 * ok, I’d suggest you remove (but keep a record of) these lines and see if that
   fixes.
 * There’s not a lot I can do when a theme doesn’t allow for other plugins being
   loaded.
 *  Thread Starter [karll10](https://wordpress.org/support/users/karll10/)
 * (@karll10)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/changes-dont-work-2/#post-8283542)
 * No problem. What lines are you referring too?
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/changes-dont-work-2/#post-8283706)
 * I suggest you find these line sin .ccs files in the avada theme
 *     ```
       #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a, #bbpress-forums .bbp-search-results .bbp-forum-header, #bbpress-forums .bbp-search-results .bbp-topic-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums li.bbp-header, div.bbp-template-notice, div.indicator-hint {
           background: #ebeaea none repeat scroll 0 0;
       }
       #bbpress-forums .forum-titles li, .bbp-forum-header a.bbp-forum-permalink, .bbp-reply-header a.bbp-reply-permalink, .bbp-topic-header a.bbp-topic-permalink, span.bbp-admin-links, span.bbp-admin-links a {
           color: #747474;
       }
       #bbpress-forums .bbp-replies div.even {
           background: transparent none repeat scroll 0 0;
       }
       #bbpress-forums #bbp-single-user-details, #bbpress-forums .bbp-search-results .bbp-forum-content, #bbpress-forums .bbp-search-results .bbp-topic-content, #bbpress-forums div.bbp-reply-author .bbp-reply-post-date, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-tags a, #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics, .bbp-arrow, div.bbp-template-notice, div.indicator-hint {
           border-color: #ebeaea;
       }
       ```
   

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

The topic ‘Changes dont work’ 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/)

 * 9 replies
 * 2 participants
 * Last reply from: [Robin W](https://wordpress.org/support/users/robin-w/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/changes-dont-work-2/#post-8283706)
 * Status: resolved