Notifications
Clear all

Style [Solved] Site Title disappeared

5 Posts
2 Users
1 Reactions
460 Views
Posts: 3
Topic starter
(@ajournal)
Active Member
Joined: 2 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: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @ajournal,

Try The below CSS Code:

.et_pb_pagebuilder_layout .page .post-wrap h1 {
    display: unset;
}
3 Replies
(@ajournal)
Joined: 2 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: 3 years ago

Famed Member
Posts: 3649

@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: 2 years ago

Active Member
Posts: 3

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