Skip to:
Content
Pages
Categories
Search
Top
Bottom

Author avatar issue


  • leirof
    Participant

    @leirof

    Hello !
    First, sorry for my bad English, and thank you google translate

    I have a problem with avatars. They appear too small. How can we change?

    Second problem, how to remove classes:
    – Bbp-breadcrumb?
    – Bbp-template-user guide?

    Here’s what I want to do (in blue, is to remove, and yellow is to enlarge):
    click here

    Link to website:
    time4play.net/all-forums

    Thank you in advance 🙂

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

  • Pascal Casier
    Moderator

    @casiepa

    Bonsoir leirof,

    For the blue, if you want to make it yourself easy, go for bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/) to remove the breadcrumbs and other messages.

    For the avatar, I will have a look later.

    Pascal.


    Pascal Casier
    Moderator

    @casiepa

    For the avator, it will be something like this to add as CSS somewhere:

    .bbp-author-avatar .avatar-14 {
    	width: 30px;
    }

    A+


    leirof
    Participant

    @leirof

    Wow !
    Just thank you !


    leirof
    Participant

    @leirof

    Same question for this case 🙂


    Pascal Casier
    Moderator

    @casiepa

    Encore ? :-p

    .bbp-footer {
    	display: none;
    }

    Pascal.


    leirof
    Participant

    @leirof

    Thanks again 🙂

    And last question (I promise): how to enlarge titles (in yellow, always on this picture ? x)


    Pascal Casier
    Moderator

    @casiepa

    Adapt the ’20px’ to the size you want:

    .bbp-forum-title {
    	font-size: 20px;
    }

    PS. ne jamais dire ‘last question’… you never know what comes up next 🙂


    leirof
    Participant

    @leirof

    I should have listened to my CSS lessons –‘

    Thank you very much 🙂


    leirof
    Participant

    @leirof

    Ok, you’re right, it was not the last question -__-‘

    I know how to change the color of text, but I can not find the class corresponding to this buttons xD


    Robkk
    Moderator

    @robkk

    @leirof

    Add this anywhere you can put custom css like in your themes style.css file or in a custom css plugin.

    #bbpress-forums div.bbp-the-content-wrapper input{
      color: #000;
    }

    leirof
    Participant

    @leirof

    Nope, it doesn’t work :/


    leirof
    Participant

    @leirof

    No idea for this problem ?


    leirof
    Participant

    @leirof

    Ok, that’s good, I found !

    #bbpress-forums .button {
      background-color: gray;
      color: red;
    }

    Robkk
    Moderator

    @robkk

    Well that code is very specific for every button in your bbPress forums, but if it works I guess use it.

    I should have told you use this CSS instead earlier since it just pinpoints the quicktag toolbar buttons and not customize every input field in the content wrapper div.

    #bbpress-forums .quicktags-toolbar input.button {
        color: black;
    }
Viewing 14 replies - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.
Skip to toolbar