Notifications
Clear all

[Solved] Field and items are not displayed properly

6 Posts
3 Users
0 Reactions
514 Views
gregpev
Posts: 21
Topic starter
(@gregpev)
Eminent Member
Joined: 1 year 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: 5543
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 1 year 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: 1 year ago
2 Replies
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

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

Support Team
Posts: 5543

@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;}