Viewing 2 replies - 1 through 2 (of 2 total)
  • You can change the style of the button by adding this to your Child Theme style.css file, or by using a Custom CSS plugin.

    #cookie_action_close_header.cli-plugin-main-button {
        box-shadow: none;
        border: 0;
        border-radius: 0;
    }

    The above code will remove the shadow, border, and curved edges as an example.

    Hope this helps.

    Thread Starter RobyZ

    (@robyz)

    It worked. 🙂
    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to customize buttons with CSS?’ is closed to new replies.