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

[Closed] How do I change background colour of the replies made?

5 Posts
2 Users
0 Reactions
3,073 Views
DarjeelingHills.Com
Posts: 85
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
(@darjeeling)
Estimable Member
Joined: 8 years ago
[#6840]

To describe more let me tell that I am trying to change the background colour to the replies made (only replies).

https://screenshot.net/5y3woi4

Please refer image (Kindly look at the bottom of the image.)

5y3woi4

Topic Tags
4 Replies
Sofy
Posts: 5777
 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 Yogen,

Use the following CSS code, put it in Dashboard > Comments > Settings > Styling > "Custom CSS code" textarea. Save it, delete all caches and do Ctrl+F5 on front-end.

#wpforo #wpforo-wrap .wpforo-comment .wpf-right .wpforo-comment-content {
background-color: #4a8eb3;
}

Don't forget to change the red marked color codes before using.


DarjeelingHills.Com
Posts: 85
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
(@darjeeling)
Estimable Member
Joined: 8 years ago

(In case if you didn't get me)

This replied text should have different background for eg, #fffff or any other colour.

Sorry but the code you provided didn't worked for me.

Deleted cache, refreshed but no changes. Is there anything I need to do?

url: www.solvedanswer.com/community


1 Reply
DarjeelingHills.Com
(@darjeeling)
Joined: 8 years ago

Estimable Member
Posts: 85
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
Posted by: writetoyogen

(In case if you didn't get me)

This replied text should have different background for eg, #fffff or any other colour.

Sorry but the code you provided didn't worked for me.

Deleted cache, refreshed but no changes. Is there anything I need to do?

url: www.solvedanswer.com/community

I just found out that the code to change background is working only for comments in Question and Answer Layout. This too is appreciable.

... But I want to have a different back ground colour for Reply in Extended Layout.


Sofy
Posts: 5777
 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 @writetoyogen,

ok, try the following CSS code. In case you'd prefer to save the QA layouts answers color don't delete the code I've provided before.

.wpforo-content .post-wrap:not(.wpfp-first) .wpforo-post{
background-color:#4a8eb3 !important;
}

Share: