Is there a way to change the color of the Call to Action button on the home page? Janaberryarty.com
Change color of Call to Action Button on Awake Theme
(5 posts)
(3 voices)
-
Posted 9 months ago #
-
Hello parkerhere,
Navigate to Dashboard -> Awake -> General Settings -> Custom Javascript and add this line,
jQuery('.call_to_action').addClass('olive');You can change these different colors, http://mysitemyway.com/docs/index.php?title=Using_Shortcode_Colors
Posted 9 months ago # -
Worked great. Thanks for your help!
Posted 9 months ago # -
I am using inFocus and this worked, but I would like to change the call to action button color to a brighter green not available with shortcode colors. Is there a way to set the background color for the call-to-action to a hex value (the equivalent of using bgcolor for a regular button shortcode)? Thanks in advance.
Posted 4 months ago # -
Hello bluebrick,
Try this,
jQuery('.call_to_action').css('backgroundColor', '#000000');Posted 4 months ago #
Reply
You must log in to post.













