Notifications
Clear all

[Solved] Field and items are not displayed properly

6 Posts
3 Users
0 Reactions
221 Views
Posts: 8
Topic starter
(@gregpev)
Active Member
Joined: 3 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: 4639
 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
Posts: 8
Topic starter
(@gregpev)
Active Member
Joined: 3 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

Posts: 8
Topic starter
(@gregpev)
Active Member
Joined: 3 months ago
2 Replies
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1415

@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: 4639

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