Notifications
Clear all

how to get off the Forum Title in the page

2 Posts
2 Users
0 Likes
627 Views
Posts: 1
Topic starter
(@jeffchen)
New Member
Joined: 2 years ago

how to get off the “Forum” Title in the page

7.4
1 Reply
Posts: 3653
Admin
(@chris)
Support Team
Joined: 2 years ago

Hi 

Insert this CSS Code In Custom CSS Code Field: From Dashboard > Forums > Settings > Styles Tab

div#intro {
    display: none !important;
}
Reply