Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #911341

    Using the shortcode, I added a contact button to my footer. It displays fine if I use a color (red, for example) in the color designation of the shortcode. However, when I reference a hex color that matches the color of all the other buttons on the site, it displays as white. Could you take a look at my code below and let me know if I have something configured wrong? I am trying to achieve the dark orange color that is the default “theme color.”

    [av_button label='Contact' link=''/link/" color='#da4824' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon="]

    Thanks!

    #911354

    Hey reelhomes2017,

    Are you only having trouble with the background color or are they all hex declarations giving you an issue?

    Best regards,
    Jordan Shannon

    #911359

    I’ve tried to play around with putingt hex colors in each of these but none of them are responding correctly:

    color=’#da4824′ custom_bg=’orange’ custom_font=’#ffffff’

    Thanks!

    #911368

    Hi,

    Please link us to the site and let us know the exact button you are trying to change.

    Best regards,
    Jordan Shannon

    #911375
    This reply has been marked as private.
    #911395

    Hi,

    This is how I am viewing the button:

    https://snag.gy/gYrRFx.jpg

    Are those colors not correct?

    Best regards,
    Jordan Shannon

    #911431
    This reply has been marked as private.
    #911546

    Hi,

    Thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:

    #footer #text-5 a.avia-button {
      background-color: #da4824 !important; 
    }

    Best regards,
    Rikard

    #911851

    Wonderful, thanks. That works perfectly. Should I change anything in the shortcode that is no longer needed?

    [av_button label='Contact Reel Homes' link='linkgoeshere' color='#da4824' custom_bg='red' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon="]

    #911858

    Hi,

    It looks like Rikard’s code targeted the background of the button, so it may be a good idea to just remove the custom_bg value from the shortcode.

    Best regards,
    Jordan Shannon

    #911865

    I was wondering about that value. I will remove it and we’ll be good to go.

    Thanks so much for your assistance!

    #911866

    Hi,

    No problem at all. If you need further help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.