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
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
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
I can’t find a similar widget for the sidebar.
Best regards,
Harry
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