changing .get_in_touch background color
hi i would like to change the background color of the ._get_in_touch box.
i am using .get_in_touch box's on different pages and they need to be different colours.
i tried using
.get_in_touch { background-color: #0d732a !important; }
in the custom css but it didn't work.
any ideas? thanks.
Comments
if you want to change background color for different boxes, then you must play with custom css. So basically you must set class name for the item and then under Theme options > Custom CSS & JS > Custom CSS section you must write proper css code.