Attention Widget Colours

Support Area Forums Elite Attention Widget Colours

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #20065
    kevin davies
    Participant

    Hi, me again… Is it possible to change the attention widget colours for the description and icons?

    Thanks,
    Kevin

    #20069
    Bill Robbins
    Moderator

    Hello Kevin,

    It looks like I don’t have a separate control built in for that. It is possible to change those though. Here’s how:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .attention-block a,
      .attention-block a:visited {
      	color: #000000;
      }
      
      .attention-block p {
      	color: #000000;
      }
      

      The top style there will set the color of the lightbulb and the title. The second style will set the color of the description text. Just replace the #000000 (black) with the color you’d like to use there.

    3. Update your settings.

    See if that doesn’t do the trick for you.

    Let me know if you run into trouble,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Attention Widget Colours’ is closed to new replies.