Notifications
Clear all

wpForo 1.x.x [Closed] How to change buttons background

15 Posts
4 Users
0 Reactions
4,649 Views
Sofy
Posts: 5542
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

HiΒ Gepetto007,

Please leave your forum URL and describe moreΒ in detail (using some screenshots) what you need to change.


1 Reply
(@gepetto007)
Joined: 7 years ago

Active Member
Posts: 9

Hi Sofy, thanks for your answer!

Here is a link: http://machinesetpaysans.fr/forums/public-forum/

And a screenshot "Add_a_Topic.png" is attached, showing the faulty buttons.

Thanks very much for your help.


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

HiΒ Gepetto007,Β 

Please use the following CSSΒ code, put it in your current active theme style.css ( Dashboard > Appearance > Editor > Stylesheet).

.colors-custom button{
Β  Β background-color:Β #fffΒ !important;
}

.colors-custom:hover{
Β  Β background-color:Β #fffΒ !important;
}

Delete all caches and check again.Β 


Posts: 9
(@gepetto007)
Active Member
Joined: 7 years ago

Thanks Sofy,

I did the way you told me, with no result as you maybe can see, since you're logged on now.

That black is somewhat green, but i did not find it in the theme colors.


Posts: 9
(@gepetto007)
Active Member
Joined: 7 years ago

Hi again,

Β 

I have put the css code in the wrong place. It's now at the end of the file, and it works fine.

Many thanks for your help!

Have a nice day


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

@gepetto007,

I see another CSS issue on your website. To solve it use this CSS code. Put it in Dashboard > Forums > Settings > Styles > "Custom CSS Code" textarea:


#wpforo #wpforo-wrap .wpf-button
{
background:Β #649E2DΒ !important
}

Β 


Page 2 / 3