Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    You can add the following CSS to your theme its stylesheet to make the “close” button larger.

    .stb .stb-close {
    font-size: 56px;
    }

    To make it more pretty aligned, add two more rules.

    .stb .stb-close {
    font-size: 56px;
    right: 25px;
    top: 0px;
    }

    You can add this by using the Theme Editor (Appearance > Editor) inside your WP Admin or over FTP by editing /wp-content/themes/your-theme/style.css.

    Hope that helps!

    Thread Starter BlottedInq

    (@blottedinq)

    Perfect! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make "X" to close larger’ is closed to new replies.