Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #583652

    On the featured image for a portfolio item, how can i change the background color to white? Currently its grey.

    #583655

    Hey j_arendall!

    use this code in Quick CSS field:

    html.html_boxed {
    background: red;
    }
    

    Best regards,
    Andy

    #583674

    That didnt do anything but make the background of the page red.

    #583915

    Hi,

    Please try the following instead:

    html.html_boxed {
        background: none !important;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.