• Hey guys I need some help adding borders around my subscription box, its a widget on the righthand side of my website

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @zeokar,

    Could you provide us your site URL so that we can check your site and find a better solution?

    Best regards.

    Thread Starter zeokar

    (@zeokar)

    Hello Again,

    You can change add custom css on
    Dashboard > Appearance > Design Options > Custom CSS.
    There You’ll get a section to add your custom css. For your purpose, you could add following CSS code inside the box below Custom CSS.

    aside#blog_subscription-3 {
    border: 1px solid #289DCC;
    }

    Best Regards.

    Thread Starter zeokar

    (@zeokar)

    Thank you!

    The box seems to be a bit large though, is there anyway I can shrink it?

    Really appreciate the help!

    Hello Again,

    Just add following CSS code as mentioned before:

    #subscribe-submit {
    	margin-bottom: 0;
    }
    
    #subscribe-email input {
    	margin: 0;
    }

    It should work.

    Best Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding borders around the sub box’ is closed to new replies.