Okay
  Public Ticket #149341
Portfolio Image background
Closed

Comments

  • Loe started the conversation
    Hi! I am wondering if I can change the background of my single portfolio pages to an image? Thanks, L
  •  1,043
    ThemeNectar replied

    Hey Loe!

    Add this into your custom css box:

    .single-portfolio .container-wrap {
      background-image: url('your-img.jpg');
    }

    Cheers :)