• I am currently working on a website: https://www.thecrowsneststudio.com/ using the theme Theron Lite. I have searched the forums for how to change the background color of the text boxes (eg. Vivian E. Browne, Ken Hackman, VIDA, etc) from white to black, but have found nothing that has worked for me yet.

    I admittedly have very little experience with CSS, but I can follow the basics.

    Any help would be greatly appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andre

    (@creativedreams91)

    Let me know if this works. Im not sure what color you exactly want because your going to have to change the text color on the #thn_welcom. you can try adding color: white to the #thn_welcom

    .midrow_blocks {
      background: none repeat scroll 0 0 #111;
    }
    
    #thn_welcom {background: none repeat scroll 0 0 #111;}
    Thread Starter VickiyStrutt

    (@vickiystrutt)

    Thank you so much for your help! This is perfect for the front page. Is there any way to expand it to all the boxes, including other pages? I really appreciate it.

    Thread Starter VickiyStrutt

    (@vickiystrutt)

    Or a specific code for individual pages? Basically I want only the gallery pages to have a black background.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Theron Lite] Text background color’ is closed to new replies.