Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1041360

    Dear Enfold Team,

    the blue buttons on my page somehow have a 3D effect or a shade that I would like to remove.

    If you look at them, you can see the normal button but below the button is a darker blue that creates this “3D effect”. How can I make this disappear or at least make this a bit smaller? I would like to have normal buttons such as for example the “subscribe” button on the right sidebar of this page where you can sign-up for your newsletter.

    Thanks a lot for the help.
    Greetings Philipp

    #1041496

    Hey philippmosqueira,

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

    #top .avia-button {
        border-width: 0;
    }

    Make sure to clear your cache before you check the results.

    Best regards,
    Rikard

    #1041625

    Hey Rikard,

    for some reason it still does not work (I cleared the cache before I checked multiple times). Could you please try it yourself or tell me another way to fix this problem?

    Best regards,
    Philipp

    #1041909

    Hi Philipp,

    Thanks for the update. Please try this instead:

    #top .avia-button {
        border-width: 0 !important;
    }

    Make sure that it’s at the top of the Quick CSS box. Please disable the caching plugin if it still doesn’t work after adding the new code. When to not use a caching plugin

    Best regards,
    Rikard

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