Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1175432

    Hi all.
    How I can set the font bigger in the forum. Here you can see, that’s very small: https://www.pictas-collective.com/forum/
    And how can I set a star to a topic and pin a forum to the top. I only can change in the Forum Attributes the Order.
    One more :-) How can I make the same box for my user in the sidebar. Like here on your page. Here I can see a nice box with my avatar, name, account overview, edit profile and logout.
    Thank you very much.
    Best,
    Harry

    • This topic was modified 4 years, 10 months ago by gharry79.
    #1175631

    Hey gharry79,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
        font-size: 16px;
    }
    

    That is a custom widget. You might want to look for a similar widget.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1175689

    Hi Victoria,

    it works perfect but only for the description and not for the title. It’s possible to make the font for the main section title also bigger?

    Best regards,
    Harry

    #1175691

    I can’t find a similar widget for the sidebar.

    Best regards,
    Harry

    #1176055

    Hi Harry,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .bbp-forum-title, .bbp-forums {
      font-size: 16px;
    }
    

    Please have a look here:
    https://wordpress.org/plugins/tags/profile-widget/

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.