Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #642744

    Hi,
    How can we change the font color for buttons in the footer widget?

    Thanks

    #642749

    Hey mvpacific,

    Thanks for getting in touch with us!

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #642754

    Hi Jordan,
    Link has been provided below. We managed to change the font color for the buttons located on the page via css. However the widget footer buttons is not showing the font color change.

    Thanks

    #643263

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #footer .avia-button {
    background-color: red !important;
    }

    There is already styling for this element in enfold.css with the important statement so I’m not sure if it will work, please try to remove this from enfold.css if it should not work:

    .avia-button.avia-color-theme-color {
        background-color: #00beff !important;
    }

    Regards,
    Rikard

    #643343

    Thanks! Works. I appreciate your assistance on this.

    #643775

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

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