Change the "Action" icon color

  • Unknown's avatar

    Hi there! I would like to change the color of my call-to-action button. Instead of red, I’d like the background to be more of a golden hue, and I would like the text to be X color. Would someone please help me with that code? Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and adjust the color codes as desired.

    .hero-content .button {
    	background: #c48507;
      color: #fff;
    }
  • Unknown's avatar

    You are AWESOME!!!! It worked perfectly. If in the future I want to pick a different color where do I find the codes?Sincerely yours,

    Will Howe
    WBS Entertainment Inc.
    20 East Maryland Street
    Indianapolis, IN 46202
    WildBeaverSaloon.com

  • Unknown's avatar

    You are welcome and thanks. Probably the best thing to do would be to use one of the online color pickers, such as this one. You can choose the base color in the vertical slider on the right and then move the dot around to get the exact color you are lookinf for.

  • The topic ‘Change the "Action" icon color’ is closed to new replies.