ShortCode button - How to change color of button and button link text

Hi,
How do I change the color of a particular shortcode button, and the buttons link text?
The button in question, is contained within a teal blue bar which says "Call for help now!", at the bottom of the homepage linked below.
http://170.b96.myftpupload.com/

Thank you!
Eric

Comments

  • Hi Eric,

    first, you need to set custom class name for that button or just class name for the section where this button is and only then it would be possible to change it's color individually.
  • This is beyond my current scope of abilities. Could you give me some guidance for doing this?

    I understand with the backend area of a Section > Custom | Classes I can add the class name such as "buttoncolor".

    However in ThemeOptions > Custom CSS > Call to action box section, what code do I add here to specify the class-name and font-link color?

    Below is what is currently in my call to action area of the Custom CSS:

    /* Call to action box */
    .calltoaction_box { background: rgba(139, 201, 228, 1); width: 100%; position: relative; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .calltoaction_box .inside { border: 1px solid #fff; font-weight: 100; padding: 30px; }

    Again, this is the contact call to action box at the bottom of this homepage http://170.b96.myftpupload.com/

    Thank you!
  • We really would like to help you but like we wrote above, you need to set class name for the button inside the item or just for the item or section inside which this item is. As we can see, you didn't made any of those. So please set custom class name for section or for the call to action item and let us know the name of this class. Without that, we can not help you unfortunately because this is very important;
Sign In or Register to comment.