Attention Widget – change border color?

Support Area Forums Grassroots Attention Widget – change border color?

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #32790
    Avatar photoJosh Brahm
    Participant

    When I put the attention widget in the default sidebar, the box around it is green. Where can I customize this? I don’t see an option in Customize > Widgets. Thanks!

    #32798
    Bill Robbins
    Moderator

    Good Morning Josh,

    You know, I believe you’re right. There isn’t a built in option to change the border color there. I added that to the to do list for the next update. Until then, here’s how you can change it:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #sidebar .attention-block.widget {
      	border-color: #000000;
      }
      
    3. Change the #000000 to the color you’d like to have there.
    4. Update your settings.

    That should do it. If you have any trouble or questions, let me know.

    Take care,
    Bill

    #32802
    Avatar photoJosh Brahm
    Participant

    You’re the man!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Attention Widget – change border color?’ is closed to new replies.