CALL TO ACTION BOX COLOR

In the finance demo homepage at the bottom there is a CTA box that says "Call for help now! +23 120 230 340 "

How do I change the color of this box?

Comments

  • Hi,

    you can change this color under Theme options > Custom CSS & JS > Custom CSS section where below css is:
    .calltoaction_box {
        background: rgba(39, 194, 214, 0.6) none repeat scroll 0 0;
        box-sizing: border-box;
        padding: 20px;
        position: relative;
        width: 100%;
    }
Sign In or Register to comment.