Notifications
Clear all

[Closed] how to get off the Forum Title in the page

2 Posts
2 Users
0 Reactions
983 Views
Posts: 1
Topic starter
(@jeffchen)
New Member
Joined: 3 years ago

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

1 Reply
Chris
Posts: 3627
(@chris)
Famed Member
Joined: 3 years ago

Hi 

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

div#intro {
    display: none !important;
}