Notifications
Clear all

[Solved] How to change text color in footer?

8 Posts
3 Users
1 Reactions
209 Views
Posts: 5
Topic starter
(@legit-casino)
Active Member
Joined: 2 weeks ago

Hi there,

I've change the color of the footer to dark blue and now the text color is too pale. How can I change the text color to white? View here - https://legit.casino/community/

Thank you

7 Replies
Sofy
Posts: 4500
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi,

We noticed that you've changed the Forum Styles. Do you still need any help?

Reply
Posts: 5
Topic starter
(@legit-casino)
Active Member
Joined: 2 weeks ago

Hi there,

I've changed the color settings and it works fine now.

But I have some new issue.

I noticed that you don't show the forum icons by default. And I found this topic how to add the icons on mobile. I've added the CSS but the icons are too close to the objects on the left and right. Would you please help with that design to look more beatiful.

Thank you in advance!

 

Reply
1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4500

@legit-casino 

Below is provided the CSS code you can use:

@media screen and (max-width: 620px) {
   #wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-icon {
       margin-right: 12px !important;
       padding-left: 3px !important;
   }
}

Insert the code in the "Custom CSS code" textarea textarea located in the Dashboard > wpForo > Settings > Colors & Styles admin page.

The red-marked value can be changed as you like.

Reply
Posts: 5
Topic starter
(@legit-casino)
Active Member
Joined: 2 weeks ago

LOL works absolutely as I wanted. Perfect job.

Thank you.

But I've got another question. Today I've activated Social Login with the NextEnd plugin and the buttons appear at the Forum Registration page. But the appear below the registration window and it's easy to be missed. Is there a way we can place them on better position?

Please check - https://legit.casino/sign-up/

Thank you

Reply
1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4500

@legit-casino 

For further support, please provide us with a detailed list of the steps you've taken to add the buttons on the wpForo registration page. 

 

Reply
Tutrix
Posts: 1328
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @legit-casino 

try

#wpforo #wpforo-wrap .wpforo-register-wrap .wpforo-register-content {
  margin-top: 2px;
  padding-bottom: 60px !important;
}
#wpforo #wpforo-wrap .wpf-field {
  border-bottom: 0 !important;
}
#wpforo #wpforo-wrap #nsl-custom-login-form-1 .nsl-container-embedded-login-layout-below {
  text-align: center;
  top: -60px;
  position: relative;
}
#wpforo #wpforo-wrap div.nsl-container .nsl-button {
  background: transparent !important;
}
#wpforo #wpforo-wrap div.nsl-container .nsl-button {
  margin-bottom: 5px !important;
}

add it to custom css

Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

Reply
Page 1 / 2