• Hello,

    I was hoping you could help me.

    Is there a way to reduce the size of the subscribe button in my subscribe widget on my website sidebar?

    Thank you so much,

    Lisa

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sure, Lisa! Here’s a possible solution for reducing the size of the subscribe button in your subscribe widget on your website’s sidebar:

    Identify the CSS class or ID that is being used to style the subscribe button. This could be found by inspecting the button element on your website using your browser’s developer tools.

    Once you have identified the CSS class or ID for the button, you can add a new style rule to your website’s custom CSS that targets the button and adjusts its size.

    For example, if the button has a class of .subscribe-button, you could add the following CSS code to your website’s custom CSS:

    .subscribe-button {
    font-size: 14px;
    padding: 6px 12px;
    }

    In this example, I’ve reduced the font size of the button text to 14 pixels and adjusted the padding around the button to 6 pixels on the top and bottom and 12 pixels on the left and right. You can adjust these values to your desired size. I hope this solution helps you reduce the size of your subscribe button!

    *Sorry, did not see the reply above*

    Best place to find out how to do this with your commercial theme is via their support, which seems to be: https://www.pipdig.co/shop/wordpress-theme-crystal/, as there might be a way to do this in your theme’s settings.

    However, you can add the following code to your custom CSS to change the size of the text, which in this case, will change the size of your button. If you want to make the text bigger or smaller, just change the number 16 in the example to something else. The current size on your site is 20.

    #mc4wp-form-1 input[type=submit]{
    	font-size:16px;
    }
    Thread Starter lisasutcliffe

    (@lisasutcliffe)

    Thank you to both of you.

    Unfortunately neither have worked. I tried to find the line I found when looking at the inspect button on my website and couldn’t find it in any of my website’s style sheets.

    I’ve also tried adding the code you both provided to my custom css and haven’t had any luck.

    Unfortunately my theme provider can’t help either.

    oh Sad to hear that you’re not able to do by yourself.

    Can you contact me here so I will do https://www.linkedin.com/in/wordpress-elementor-expert/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change subscription size box’ is closed to new replies.