• This is such an amateur question. I found a million ways to do it on this forum and yet I cannot make it work. I even added important! which is still such a cheapskate move — to no avail

    The woman whose site this is would like me to add a border around the Updates information in the sidebar. Any ideas why adding simple border code to .textwidget or .widget in the styles file wouldn’t work?

    the is the site: https://www.lighthouseyogacenter.com

    I would think adding a border would be easy. Is there any html I could just add directly into the text widget itself?

Viewing 1 replies (of 1 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    You can try something like:

    aside#text-2 {
      border: thin solid #338a28;
    }

    For these type of things you can always use firebug or your browsers developer tools. ??

Viewing 1 replies (of 1 total)
  • The topic ‘adding a border to the text widget’ is closed to new replies.