On the featured image for a portfolio item, how can i change the background color to white? Currently its grey.
Hey j_arendall!
use this code in Quick CSS field:
html.html_boxed {
background: red;
}
Best regards,
Andy
That didnt do anything but make the background of the page red.