Title: Question regarding Header Description
Last modified: November 27, 2016

---

# Question regarding Header Description

 *  Resolved [sally](https://wordpress.org/support/users/sallyruchman/)
 * (@sallyruchman)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/question-regarding-header-description/)
 * Hello,
 * first i would say thank you for the plugin! Im testing the plugin, but i could
   not figure out how to adapt some things:
 * My Testpage is: [http://s586532560.online.de/wp/](http://s586532560.online.de/wp/)
 * – Is there the possibility to have the Forum Topic Header Descriptions, all in
   upper Case ?
 * Forum
    Topics Posts Last updated
 * – I use for the Topic Headers black background and the Descriptions in white.
   My Links are all in black. The Problem is that the Links on new topics are not
   shown (Favorite / Subscribe). How can i only change the color of this to Links?
 * Thanks
 * Regards
    Sally

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

 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/question-regarding-header-description/#post-8486035)
 * on your first, put this into the ‘custom css’ tab
 *     ```
       .forum-titles {
         text-transform: uppercase;
       }
       ```
   
 * On your question 2 – I’m not sure I understand – can you post a link to a page
   showing this problem?
 *  Thread Starter [sally](https://wordpress.org/support/users/sallyruchman/)
 * (@sallyruchman)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/question-regarding-header-description/#post-8486138)
 * Hello Robin,
 * the Code works, but inside the menu where i have the following topics it didn’t
   work:
 * Author
    Posts Subscribe Favorite
 * Also for the second question, i changed yet the Header Description to green, 
   the Links Subscribe and Favorite i would like to have in white.
 * Please see here the Link to the Testpage, where i have both open topics:
 * [http://s586532560.online.de/wp/forums/topic/test/](http://s586532560.online.de/wp/forums/topic/test/)
 * Thanks
    Sally
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/question-regarding-header-description/#post-8486201)
 * Instead of what I sent you before, can you try
 *     ```
       .bbp-header{
         text-transform: uppercase;
       }
       ```
   
 * On the second question – I am not seeing Subscribe and Favorite on the link to
   the page you sent me.
 *  Thread Starter [sally](https://wordpress.org/support/users/sallyruchman/)
 * (@sallyruchman)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/question-regarding-header-description/#post-8486228)
 * The last code works yet perfect 🙂 The Subscribe / Favorite Links are only visible
   when user is logged in. Can i sent to the information via email?
 * Thx
    Sally
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/question-regarding-header-description/#post-8486554)
 * yes, contact me via my website
 * [http://www.rewweb.co.uk](http://www.rewweb.co.uk)
 * but only give me participant access
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/question-regarding-header-description/#post-8489566)
 * favorites and subscriotions fixed using
 *     ```
       #favorite-toggle a, #subscription-toggle a {
         color: white !important;
       }
       ```
   

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

The topic ‘Question regarding Header Description’ 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/)

 * 6 replies
 * 2 participants
 * Last reply from: [Robin W](https://wordpress.org/support/users/robin-w/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/question-regarding-header-description/#post-8489566)
 * Status: resolved