Is it possible to vertically center the button in the Bottom Featured Area? If so, how? How do I change the button color to teal? My website is http://globalchristianlearningcenter.com/ I'm using Woodpecker theme. Thanks,
Hi, To align vertically center the button at the bottom and change it's color, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .bottom-feature-button { padding-top: 150px; } @media screen and (max-width: 997px) { .bottom-feature-button { padding-top: 202px; } } .bottom-feature-button a.button-def { background: #008080 !important; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com