Greetings! Is it possible to change the border color of the Home Page Feature Area Images when hovering with mouse? When it pulses, I'd like to have a different color that's more complementary to the branding colors chosen for the client. Here is the area I'm interested in changing: Thank you in advance for your advice and help! Glory
Hi, To make desirable changes, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_inner_box .circle:hover { background: #33d8b3; } Or if you want to use different colors for each feature colon then use the below-given CSS codes: Code: .first .circle:hover { background: #33d8b3; } .second .circle:hover { background: #33d8b3; } .third .circle:hover { background: #33d8b3; } .fourth .circle:hover { background: #33d8b3; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com Note: You can use any color Hex code instead of #33d8b3 to set your desired color.
You are most Welcome! Always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected] We would be glad to assist you... Have a nice day! Thanks & Regards! Akbar InkThemes.com