Notifications
Clear all

[Solved] Field and items are not displayed properly

6 Posts
3 Users
0 Reactions
361 Views
gregpev
Posts: 21
Topic starter
(@gregpev)
Eminent Member
Joined: 10 months ago

Field and items are not displayed properly one several pages, how can I fix this?

https://scripotime.com/

Ā 

thank you !

Topic Tags
5 Replies
Sofy
Posts: 5207
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi,

Please use this CSS code:Ā 

#wpforo #wpforo-wrap .wpf-sbtn .wpf-sbtn-wrap .wpf-sbw br, #wpforo-footer br {
   display: none;
}

Insert the code in the Custom CSS code textarea located in the following tab:Ā 

For the Single Board Forum:

  • Dashboard > wpForo > Settings > Colors & Styles

Multi-Boards Forum:

  • Dashboard >Ā [Your Board Name]Ā > Settings > Colors & Styles tab
  • Dashboard >Ā [Your Board Name]Ā > Settings > Colors & Styles tab

For example:

  • Dashboard >Ā ENĀ Forum > Settings > Colors & Styles tab
  • Dashboard >Ā FRĀ Forum > Settings > Colors & Styles tab
gregpev
Posts: 21
Topic starter
(@gregpev)
Eminent Member
Joined: 10 months ago

Many thanks for your answer.

Your solution solved the problem for the forum pages but my "login page" still looks odd.

Could you please support?Ā 

thank youĀ 

Gregoire

gregpev
Posts: 21
Topic starter
(@gregpev)
Eminent Member
Joined: 10 months ago
2 Replies
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1523

@gregpevĀ 

You have made changes to the login page, it is not the original login page.
Remove the added line breaks

<br>
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 5207

@gregpevĀ 

Here are the CSS codes you can use:Ā 

#wpforo #wpforo-wrap .wpforo-login-table br {display:none;}
#wpforo #wpforo-wrap .wpforo-register-content br{display:none;}