Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #109842
    Malni
    Participant

    Hi,

    at the moment the button is grey on firefox, on safari its white. So I want to have one color everywhere. And not grey 😉

    so what is the code for the button background and Text?

    #109903
    Pratik
    Keymaster

    Hi @malini,

    Try following code in Appearance=> Customize=> Additional CSS box:

    
    #promotion-message .right a {
        background-color: #fff;
        -webkit-background-color: #fff;
        -moz-background-color: #fff;
    }
    

    Change #fff to any hex color you desire.

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change color of the Promotion Headline Button’ is closed to new replies.