change colors of title and button in call to action
Trying to find right CSS to change the colors of the call to action title and button (before hover)
Found these, but when I put them into the CSS section of that shortcode they don't seem to work
.call_to_action .call_left h3 { color: #FFF!important; }
.button-stroke a.button:not(.action_button), .button-stroke:not(.header-plain) a.button.action_button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] { background-color: # fbe983 !important; }
Found these, but when I put them into the CSS section of that shortcode they don't seem to work
.call_to_action .call_left h3 { color: #FFF!important; }
.button-stroke a.button:not(.action_button), .button-stroke:not(.header-plain) a.button.action_button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] { background-color: # fbe983 !important; }
Comments