Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] move cat title to center

2 Posts
2 Users
1 Reactions
360 Views
HOPS40s
Posts: 17
Topic starter
(@hops40s)
Eminent Member
Joined: 5 years ago

Hi.

Can someone please tell me how to move category title to the center of the category and make it Bold.

Image attached.

Thank you in advance

 

1 Reply
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi,

The CSS code is provided below: 

#wpforo #wpforo-wrap .cat-title {
    text-align: center !important;
    
}
#wpforo #wpforo-wrap  .cat-title .cat-name{
    font-weight: bold !important;
}