Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1056388

    Hi
    If you want to define a new color for each module you can use module suffix.
    here is the code used for the button

    .btn-default {
        background-color: #3a5d80;
        border-color: #3a5d80;
        color: #fff;
        background: linear-gradient(#426a92,#3a5d80);
        border: 0;
        font-size: 11px;
        font-family: "Rubik",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
    }

    For example, module suffix is : test

    add .test class before the button class in css code.

    Regards

    imported_lorenzoadorni Friend
    #1056508

    Thank you very much for support. Work’s great.
    Regards

    Pankaj Sharma Moderator
    #1056523

    You are welcome!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 3 months ago.

The topic ‘Call to action button color’ is closed to new replies.