Greetings! The Home Page Bottom Tagline Feature offers a button with a default reddish color. Is it possible to specify an exact color for that button? i.e., #8c1919 Thank you! Glory
Hi, Greetings from InkThemes, To the color of the homepage bottom tagline, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media (min-width: 750px){ div.bottom_tagline_button { background-color: #8c1919; } } .bottom_tagline .bottom_tagline_button a { background: transparent; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
Greetings, Akbar! Love the color. [It's perfect!] But there are two strange things going on: 1. the word "GALLERY" is now off-center within the button: Is there a way to get the word "GALLERY" centered ... like this? AND 2. when hovering over the new red button, the previous round-cornered button (in other red) shows up and pulses. How to make this not appear and not happen? Thank you! Glory
Hi, Greeting from InkThemes, We need WordPress admin credentials to figure out the issue. Kindly send the below-mentioned credential details at [email protected] along with the thread link. WordPress Website URL: - WordPress Username: - WordPress Password: - We will try to fix your issue. Regards, Akbar InkThemes.com
I've found the solution. For anyone else interested, here is the code that worked. For rounded red button on bottom of Home page: .bottom_tagline .bottom_tagline_button a { background: #8c1919; border-radius: 10px; } .bottom_tagline .bottom_tagline_button a:hover { background: #5e5e5e; border-radius: 10px; }