Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #961837

    Just wanted you to know that I’ve changed both in the newest release of Enfold, Theme Options. I can see that you can change button background, text color, etc. in Advanced Styling. However, it does not take effect, buttons remain the same and the default is for them both to be white – looks like one button instead of two. just wanted you to know. Let me know if you come with a fixe for this. Otherwise, I will use CSS.

    Here’s my site:

    #961852

    Hey Eleina_Shinn,

    This can be adjusted via css.

    .avia_cookie_infolink{
        cursor: pointer;
        display: inline-block;
        background-color: #fff;
        color: #000!important;
        padding: 1.1em;
        min-width: 80px;
        border-radius: 0px;
        text-decoration: none;
        transition: all 0.3s ease-in;
        line-height: 1;
        white-space: nowrap;
        margin: 0;
        border: none;
    }

    Best regards,
    Jordan Shannon

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