The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
User social color o...
 
Share:
Notifications
Clear all

Issue [Solved] User social color overrides css settings

5 Posts
2 Users
1 Reactions
221 Views
Posts: 3
Topic starter
(@warhangel)
Active Member
Joined: 4 months ago

Hello!

Problem:

The color of the nickname of a user who registered via a social network ignores the settings in the panel.

for exaple:

user registered via yandex (Screenshot 1)

Screenshot 1

color setting in the panel (Screenshot 2)

Screenshot 2

 

i've looked style.css - maybe problem with "!important" ...

 

please, help fix this issue 😕 

 

System: WP 6.4.4, cache cleared, last version discuz & wpforo

4 Replies
Asti
Posts: 7445
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

Hi,

Please leave the example URL to allow us to check the issue. 

2 Replies
(@warhangel)
Joined: 4 months ago

Active Member
Posts: 3

Posted by: @asti

Hi,

Please leave the example URL to allow us to check the issue. 

example URL

 

Asti
 Asti
Support
(@asti)
Joined: 7 years ago

Illustrious Member
Posts: 7445

@warhangel,

Use the CSS code below:

#wpdcom .wpd-blog-subscriber .wpd-comment-author, #wpdcom .wpd-blog-subscriber .wpd-comment-author a{
   color: #31839e !important; 
}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-blog-subscriber .wpd-avatar img {
   border-bottom-color: #31839e !important;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Don't forget to delete the caches before checking.

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

Posts: 3
Topic starter
(@warhangel)
Active Member
Joined: 4 months ago

Many thanks! 😊 

Share: