Border on a Text block
I would like to add a simple border around a text block. Can't find anything in search. Anyone know?
Thanks,
George
0
I would like to add a simple border around a text block. Can't find anything in search. Anyone know?
Thanks,
George
Comments
Got a link to the page with the box?
You need the widget class name to add the border in CSS.
Most browsers have an "Inspect Element" pick in the drop menu on right clicking the element.
It will look like this with its own unique number. sm-page-widget-1234567
.sm-page-widget-1234567 {border: 4px solid #666}
My Website index | My Blog
Works great! Thanks, Allen