Notifications
Clear all

wpForo 1.x.x [Solved] Colors and Profile issue

15 Posts
3 Users
1 Reactions
655 Views
Posts: 23
Topic starter
(@udpride)
Eminent Member
Joined: 6 months ago

Hi. I am trying to change the colors of these orange objects in my forums but there are no predefined areas to do so. I found a post that referenced adding custom CSS such as:

#wpforo #wpforo-wrap .wpf-subscribe-topic.wpf-button-outlined,
#wpforo #wpforo-wrap .wpf-subscribe-forum.wpf-button-outlined,
#wpforo #wpforo-wrap .wpf-subscribe-forum.wpf-button-outlined i{
    color: #dd3333 !important;
    border-color: #f5f5f5 !important;

}

...but it did not seem to work when I added it to custom CSS input box. I cleared my browser cache multiple times.  I have attached the areas I need to make color changes to.  I also need to change the orange "Subscribe to new Topics" and "Subscribe to new replies", along with the orange "fire" hot topic icon(s).

 

Additionally, I have the following code appearing at the bottom of all the user Profile summary pages:

<div class="wpf-label">Social Networks</div>

 

I can provide a screenshot of this as well. Thanks in advance.

14 Replies
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi,

Use the CSS code below: 

#wpforo #wpforo-wrap a.wpf-new-button, #wpforo #wpforo-wrap span.wpf-new-button{
   background: #362b2b !important;
   color: #000!important
}

i.fa-solid.fa-fire-flame-curved.wpfcl-5 {
   color: #362b2b !important;
}

#wpforo #wpforo-wrap .wpforo-forum-footer * {
   color: #362b2b !important
}

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

Additionally, I have the following code appearing at the bottom of all the user Profile summary pages:

Could you please explain using some screenshots?

Posts: 23
Topic starter
(@udpride)
Eminent Member
Joined: 6 months ago

I added the CSS code from above and tweaked but unfortunately no change. Did the CTL F5 and tried multiple machines and browsers. Should I do the CSS download and replace suggestion at the bottom of the page?

 

Here is the screenshot of this code appearing in the profile pages of users.

Tutrix
Posts: 1496
(@tutrix)
Noble Member
Joined: 5 years ago

@udpride 

Posted by: @udpride

Should I do the CSS download and replace suggestion at the bottom of the page?

Just add it to custom css

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

and clear browser cache.

 

Posts: 23
Topic starter
(@udpride)
Eminent Member
Joined: 6 months ago

Unfortunately I tried copy pasting that into that area, made hex color changes, saved, and refreshed my pages and there was no change.

 

I use Avada and my CSS compiling method is database. Not sure if that makes a difference. I need to run it that way to get certain pages to display properly.

Page 1 / 3