Okay
  Public Ticket #231778
Portfolio Background
Closed

Comments

  • Lisette started the conversation

    Hello, I found a thread here to get a background color for the portfolio page, but I'd like to add a background image.

    On my portfolio page, I can add a background for all my row items in the Visual Composer, but I cannot find the option to put a background behind the portfolio items (this part is automatically generated by the portfolio page code).

    Could you please give me a clue or tell me where the option is located?

    Thanks,

    Lisette

  •  8,425
    Tahir replied

    Hey Lisette!

    Could you please provide a page url and the background image you want in there so we can write up some working custom css .

    Cheers


    ThemeNectar Support Team 

  •   Lisette replied privately
  •  8,425
    Tahir replied

    Hey Lisette!

    Add this into the Custom CSS box located in your Salient Options panel :

    body .container-wrap {
        background: url(http://ticksy_attachments.s3.amazonaws.com/2124010818.jpg);
        background-position: 50% 50%;
        background-repeat: repeat;
    }
    
    

    Cheers


    ThemeNectar Support Team 

  • Lisette replied

    Hi Tahir,

    Thanks that worked for getting the background in. Do you also have a trick to make that background show up behind the Portfolio titles (that text currently has a white background and I don't know how to make it transparent so one can see the background that's behind the rest of the Portfolio section)?

    Thanks again,

    Lisette

  •  8,425
    Tahir replied

    Hey Again!

    You can use this to make the text background transparent:

    .page-template-template-portfolio-php .portfolio-items .col.span_4 {
        background: transparent !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team