Apr 27, 2024 7:43 am
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
Apr 27, 2024 8:04 am
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; }