Hello, You can use the following code to change the color of slider heading, button and description under Dashboard->Appearance->Customize->Theme Settings->Custom CSS Code: .slider_caption h2 { color: #5d4141; } .slider_caption p{ color: #5d4141; } .slider_caption .slider_button{ color: #5d4141; } This will resolve your issue, Warm Regards! Naveen Kolhe InkThemes.com
You can try this code: Code: .slider_caption .slider_button { background: #564c37; } Warm Regards! Naveen Kolhe InkThemes.com
Hi, Thanks for contacting us, To change the slider button border color, just paste the code given below in Additional CSS section. (Dashboard->Appearence->Customize->Additional CSS) of your dashboard. Code: .slider_caption .slider_button { border-bottom: 2px solid #ffe19f; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
Hello, How do I change coding for the shadow in the "contact" button for http://www.cherchicago.org/?
Hi, Greetings from InkThemes, To change the border color of the button, just paste the code given below in Additional CSS section. (Dashboard->Appearence->Customise->Additional CSS) of your dashboard. Code: .contact_div .contactform input[type="submit"] { border-bottom: 3px solid #906b52; border-bottom-color: #348bac; } .contact_div .contactform input[type="submit"]:hover { box-shadow: 0 4px 0 #a95015; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
Hello, Please use the below CSS code: Code: .contact_div .contactform input[type="submit"] { box-shadow: 0 4px 0 #06060600; } Hope this helps...! Regards, Akbar InkThemes.com