• Resolved we3shibaku

    (@we3shibaku)


    Thanks for your work.

    1. How can I make a line around the banner?

    2. How can I make the line around the button thinner?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Support

    (@nikelschubert)

    Hi,

    you have to add in the Customizer > Additional CSS the following CSS:

    .cc-window {
      border-width: 2px;
      border-style: solid;
      border-color: black;
    }
    
    .cc-btn {
      border-width: 1px !important;
    }

    I hope it helps.

    Regards
    Nikel

    Thread Starter we3shibaku

    (@we3shibaku)

    Thanks. Works perfectly!

    peter

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line’ is closed to new replies.