• Resolved sally

    (@sallyruchman)


    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/

    – 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

    (@robin-w)

    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

    (@sallyruchman)

    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/

    Thanks
    Sally

    Plugin Author Robin W

    (@robin-w)

    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

    (@sallyruchman)

    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

    (@robin-w)

    yes, contact me via my website

    http://www.rewweb.co.uk

    but only give me participant access

    Plugin Author Robin W

    (@robin-w)

    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.