Notifications
Clear all

[Closed] Wpdiscuz comment box background color

14 Posts
2 Users
1 Likes
1,721 Views
(@miimie)
Active Member
Joined: 4 years ago
Posts: 8
Topic starter  

Hey, i just can't find any setting or information how to change the background color of the reply part. You can see in the picutre what part i mean. Any help would be appreciated

wpdiscuz

 


   
Topic Tags
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5911
 

@miimie,

Please use the following CSS code: 

#wpcomm .wc-reply .wc-comment-right {
background-color: #ff0000;
}

The CSS code should be added in the "Custom CSS Code" textarea, located in the Dashboard > Comments > Settings > Styling tab. 

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    


   
(@miimie)
Active Member
Joined: 4 years ago
Posts: 8
Topic starter  
test

 I added the CSS code but still nothing happening. I don't know what im doing wrong. Feels like ive tried every possible css code. Im hard refreshing and checking with different browsers, even with phone but its not chaning the color.

Capture

 


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5911
 

@miimie,

Please leave some example URL to allow us to check it. 


   
(@miimie)
Active Member
Joined: 4 years ago
Posts: 8
Topic starter  

https://www.ruutunopeus.fi/valorant-bug/ this is the site im editing and where the picture is taken


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5911
 

@miimie,

We don't see any replies there. If you have some cache plugins please deactivate the plugin and check again.


   
(@miimie)
Active Member
Joined: 4 years ago
Posts: 8
Topic starter  
capture123

Oh sorry, looks like i need to confim the comment first. I took a screenshot. So the CSS CODE you gave works there.


   
(@miimie)
Active Member
Joined: 4 years ago
Posts: 8
Topic starter  
capture22

 I approved the comment. Well good to know how to edit that part too but still cant target the right one


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5911
 
Posted by: @miimie
 

 I approved the comment. Well good to know how to edit that part too but still cant target the right one

Don't follow you. Please explain in other words.


   
(@miimie)
Active Member
Joined: 4 years ago
Posts: 8
Topic starter  

@astghik

I mean the CSS code you gave changed the part whats pink in pictures. Im trying to change the part whats on top of it


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5911
 

@miimie,

Please see the screenshot below: 

image

   
(@miimie)
Active Member
Joined: 4 years ago
Posts: 8
Topic starter  

@astghik Yes that part! 🙂


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5911
 

ok @miimie, then use this code:

.wc_comment_level-1 > .wc-comment-right {
background: #544646 !important;
}

Please don't forget to change the red marked code before using. 


   
miimie reacted
(@miimie)
Active Member
Joined: 4 years ago
Posts: 8
Topic starter  

@astghik Yes that worked!! thank you so much for you help!!


   
Share:
Scroll to top