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.

 

Style [Solved] Site Title disappeared

5 Posts
2 Users
1 Reactions
784 Views
Posts: 3
Topic starter
(@ajournal)
Active Member
Joined: 3 years ago

Hi,

I was working on the forum and suddenly the site title disappeared. I think the site title is actually a wordpress thing, not sure - anyway, can someone please help me! 🙂 Thank you so much!

 

Best,

Verena

4 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @ajournal,

Try The below CSS Code:

.et_pb_pagebuilder_layout .page .post-wrap h1 {
    display: unset;
}
3 Replies
(@ajournal)
Joined: 3 years ago

Active Member
Posts: 3

Dear @chris ,

thank you for your quick reply! 🙂
However, I still have a question.

All the titles are now visible, but it doesn´t look very nice, so I deactived the site title and would additionally like to:

- reduce the space between the grey box "Welcome to..." and the beginning of the page

- delete the Forum title "Your forum for...." directly beneath that.

Could you please help with this as well? Thank you so much! Hopefully that´s it then! 🙂

Best,

Verena

Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@ajournal,

Check this:

.et_pb_pagebuilder_layout .page .post-wrap h1, .et_pb_section, .et_pb_row {
    padding: 0px !important;
}
#wpforo #wpforo-wrap #wpforo-title{
    display: none
}
(@ajournal)
Joined: 3 years ago

Active Member
Posts: 3

@chris Amazing. Thank you so much for your support! 🙂 Yeah!