Notifications
Clear all

[Solved] move cat title to center

2 Posts
2 Users
1 Reactions
162 Views
HOPS40s
Posts: 17
Topic starter
(@hops40s)
Eminent Member
Joined: 4 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: 4639
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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;
}