• Resolved ionutcruso

    (@ionutcruso)


    Hi! I need to apply this code from bellow(which make the corners rounded) to everything, from the accept button, to the popup or to the settings popup.

    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;

    Thanks in advance,
    Ioan

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @ionutcruso,

    Please try adding below code to your site theme’s CSS.

    #cookie-law-info-bar, .cookie_action_close_header, .cli-modal-content, .cli_setting_save_button  {
    	border-radius: 8px !important;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -khtml-border-radius: 8px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to round cookie bar’ is closed to new replies.