Widget Color

Support Area Forums Responsive Visual Widget Color

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

    How do you change the widget color? Also, would that be the same color as the scroll of tect once it is in mobile mode?

    #26712
    Bill Robbins
    Moderator

    You can change the color of the text in the home page sidebar with this CSS snippet:

    
    #home-sidebar {
    	color: #fff;
    }
    

    If you want to make it different from the mobile version from your other forum post, place this snippet before the other one so that it loads first.

    Bill

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