Notifications
Clear all

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

15 Posts
4 Users
0 Reactions
3,777 Views
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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: 6 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: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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: 6 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: 6 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: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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