I need to change the tap to call button's background color to red, can you give code for that please? Thank you
Hi, To change the background color of the tap to call button, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .top-icons a.button-def { background: red; } .button-def{ border: 1px solid red; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
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
I'd like to change the color to hex code #1D5585. Can I insert that code into the CSS code where the word "red" appears above?
Hello, Yes, you can do this, just use like this: Code: .top-icons a.button-def { background: #1D5585; } .button-def{ border: 1px solid #1D5585; } Hope this helps...! Regards, Akbar InkThemes.com
Sorry, Akbar. That code seems to change nothing. I also tried #F1AD1B (gold), which is another color on my home page, just to test. No change. Any idea what might be blocking the code?
Put that code in an Additional CSS section, just go to (Dashboard->Appearence->Customize->Additional CSS) Hope this helps...!
Yes, it did! I also have it in Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS. Can I safely remove it from there? Or do I need both? Thanks!