Hi, I'm trying to change the Home Page button in the "Home Page Bottom Tagline Feature" to match the graphic at the top for request a quote. I do not want the green button, but I cannot find where the code is held. I've tried the footer, CSS and bottom widgets but I cannot figure it out. Please help! Thank you, Trish
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .bottom_tagline .bottom_tagline_button a { background: red; border-radius: 5px; } In place of "red" you can put your color or color code.