• Resolved pnwconcepts

    (@pnwconcepts)


    Is there a way to change the white background with a css code? Thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi!

    Try adding this as additional css:

    
    #wrapper { background: #eee; }
    
    Thread Starter pnwconcepts

    (@pnwconcepts)

    That did not work unfortunately. Unless I added it wrong.

    Theme Author Alexander Agnarson

    (@alxmedia)

    Where are you adding it? Did you try to go to Customize > Additional CSS?

    Try:

    
    #wrapper,
    .boxed #wrapper,
    .sidebar-skew,
    .sidebar-skew-inner-bottom,
    #profile:after { background: red; }
    

    It should work. When you have added it, try force-refreshing the page with CTRL+F5. Also try clearing any cache plugin.

    Thread Starter pnwconcepts

    (@pnwconcepts)

    That code worked!!
    Thank you!

    Theme Author Alexander Agnarson

    (@alxmedia)

    Nice ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Background’ is closed to new replies.