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.