AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Colors and Profile issue

15 Posts
3 Users
1 Reactions
3,134 Views
Posts: 24
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@udpride)
Eminent Member
Joined: 2 years ago
[#56778]

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.

 wpforo orange objects

14 Replies
Sofy
Posts: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 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: 24
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@udpride)
Eminent Member
Joined: 2 years 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.

wpf label error

Tutrix
Posts: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@tutrix)
Noble Member
Joined: 6 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: 24
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@udpride)
Eminent Member
Joined: 2 years 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
Share: