starlight123,
It’s just a CSS border. You can remove it by adjusting your themes stylesheet to include a line like “.osd-sms-wrapper { border-top: none; }”
Depending on your theme you may need to increase the specificity of that rule or just add “!important” to the border value.
Thank you.
I’m using the spacious theme, have placed your amazing widget on the sidebar.
Appreciate if you can provide more detailed steps on the needed changes from a beginner’s perspective.
Thanks!
starlight123,
If you have access to your theme’s files, you can add the line of code previously mentioned to style.css. If you do not, you may also go to the “Appearance” section of WordPress and click on the subcategory “Editor.” You should be able to add “.osd-sms-wrapper { border-top: none !important; }” to that text area (at the bottom would probably be best) and then click save.