• Resolved turbina

    (@niaou)


    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;
    }
    • This topic was modified 7 years ago by turbina.
Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@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;
    }
    Thread Starter turbina

    (@niaou)

    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;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘css for color ?’ is closed to new replies.