How can I change the color of the Home Teaser Button?
Changing color of Home Teaser Button
(4 posts)
(2 voices)
-
Posted 1 year ago #
-
Hello CheckIt,
Are you wanting to change the background color of the button? If that is the case then open up
/wp-content/themes/awake/index.phpand on line 38 you should see this,<a class="button_link alignright large_button" href="<?php echo $teaser_link; ?>"><span><?php echo stripslashes($teaser_button_text); ?></span></a>You can add a specific color style like this,
<a class="button_link alignright soft_purple_gradient large_button" href="<?php echo $teaser_link; ?>"><span><?php echo stripslashes($teaser_button_text); ?></span></a>You can look at all of the different colors available by opening up your
style.cssfile and looking around line 920.Let us know if this is what you were wanting to do.
Posted 1 year ago # -
Wow thanks for the quick reply.
I tried it and it works!
Awesome theme by the way. Probably my favorite one out there.
Posted 1 year ago # -
Glad that worked for you CheckIt, if you have any other questions then let us know.
Posted 1 year ago #
Reply
You must log in to post.













