black box

Support Area Forums Progress black box

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #11388
    Ann Sattley
    Participant

    Hi there. All of the main widget boxes have a black background, and I’d prefer white or gray, but I can’t figure out which of the options to change on the theme options/styling page.

    #11390
    Ann Sattley
    Participant

    Oh, and obviously at that point, the font would have to be white.

    #11394
    Bill Robbins
    Moderator

    They are set to be the same as the content color in the options page. To have them different, go to the Theme Options page and select the Styling tab. Choose “yes” at the top to include custom styling. Then scroll down to the Custom CSS box and paste this:

    
    .widget { 
         color: #000000;
         background-color: #cccccc; 
    }
    

    That’ll let you change the background color to silver and the text color to black. Just change out the codes to get the colors you’d like to have there.

    Let me know if you have any trouble,
    Bill

    #11396
    Ann Sattley
    Participant

    Looks great.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘black box’ is closed to new replies.