Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] How do i change the colour of the reply box icons (screenshot inside)

9 Posts
2 Users
0 Reactions
1,102 Views
Posts: 5
Topic starter
(@helpmeplease)
Active Member
Joined: 6 years ago

Hi guys, how can I change the colours of this... I just need to make them look good lol

I run Elementor plugin - not sure if its related.

Can somebody help as I've been trying for hours lol

Tahsnk!

8 Replies
Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @helpmeplease,

Please leave your forum URL to allow us to debug the CSS conflict. 

4 Replies
(@helpmeplease)
Joined: 6 years ago

Active Member
Posts: 5

can i send you privately?

Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5486

sure @helpmeplease,

please register some new user and send the login details with the forum URL to info[at]gvectors.com email address. 

Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5486

@helpmeplease,

Please navigate to Dashboard > Forums > Settings > Style admin page add the following CSS code in "Custom CSS Code" textarea, save it delete all caches and check again (press CTRL+F5 on frontend):

.mce-container button, .mce-container div:hover  {
background: transparent !important;
}
(@helpmeplease)
Joined: 6 years ago

Active Member
Posts: 5

Ah amazing, that worked.. thanks so much 😀

Posts: 5
Topic starter
(@helpmeplease)
Active Member
Joined: 6 years ago

ah, one more thing... when I mouse over the icons the background changes to white. can you help me fix that too?

2 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5486

ok @helpmeplease,

I see, please remove the code in the previouse post and add the following one. 

.mce-container button, div.mce-btn:hover {
 background: transparent !important;
}

Don't forget to delete all caches before checking (press CTRL+F5 on frontend).

(@helpmeplease)
Joined: 6 years ago

Active Member
Posts: 5

great, that worked too..amazing support 😀