Border on a Text block

gfargogfargo Registered Users Posts: 21 Big grins

I would like to add a simple border around a text block. Can't find anything in search. Anyone know?

Thanks,
George

Comments

  • AllenAllen Registered Users Posts: 10,007 Major grins
    edited January 8, 2017

    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}

    Al - Just a volunteer here having fun
    My Website index | My Blog
  • gfargogfargo Registered Users Posts: 21 Big grins

    Works great! Thanks, Allen

Sign In or Register to comment.