Forums
Forums / Plugin: MashShare - Social Media Share Buttons, Social Share Icons / css for color ?
(@niaou)
9 years, 2 months ago
Hi, how is the correct way to add color in the background inside the subscribe box? I have tried the following but with no success
body { background-color: yellow; }
(@addweb-solution-pvt-ltd)
You need to give a class to subscribe box lets say class is “subscribe”, after that you need to apply following css:
.subscribe { background-color: #858585; color:#FFF; }
Thank you that was it. I have found and used the class from the subscribe box.
I did this
.email-subscription { background-color: #3b5998; color:#FFF; } .mashsb-toggle-container { background-color: #3b5998; color:#FFF; }
The topic ‘css for color ?’ is closed to new replies.