Hello,
I am trying to customize the Open Hours shortcode, as well as the Info Box. I need to change the style of each, as well as the icons used. But there is no way to modify them in the visual editor, nor the text-editor.
How do I change the icons? There is a dashed line in the Open Hours box, as well as a strange line through the Info box that I would like to remove as well.
Thanks!
Comments
To remove line from opening hours item please use below css:
.opening_hours .opening_hours_wrapper li { border-bottom-width: 0 !important; }but to remove this line from Infobox item, please use below css:.infobox ul li:after { border-width: 0 !important; }