Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #187828

    Hi, first of all, wonderful theme, thanks a lot, Kriesi Team.

    Is it possible to change this boring white for a transparent background? (My link: http://castmail.com.br/web/?page_id=2270)

    Thanks guys!

    #188066

    Hi castwork!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_color .grid-content { background-color: transparent; }

    Nice website by the way :)

    Best regards,
    Yigit

    #188358

    Hi, Yigit. Thanks for the answer, but didn’t work =/

    #188360

    Hey!

    This is what you would like to achieve http://i.imgur.com/istSAWZ.jpg am i correct?
    If so, please try adding !important to previous code to force it. So it should be

    .main_color .grid-content { background-color: transparent!important; }

    After applying the code, please flush browser cache and refresh your page a few times

    Cheers!
    Yigit

    #188515

    Thanks Yigit, but didn’t work again. =/

    You can see here: http://castmail.com.br/web/?page_id=2270

    #188524

    Ok, now works. Here’s the code:

    .main_color .grid-content { background-color: transparent !important; }
    article { background-color: transparent !important; }
    .grid-entry .inner-entry { background: transparent !important; }

    One more question, is possible to set a little margin bottom?

    • This reply was modified 11 years ago by castwork.
    #188530

    Hi!

    Please add following code to Quick CSS as well and adjust as desired

    .grid-sort-container { margin-bottom: 30px; }

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Transparent Background – Portfolio Item’ is closed to new replies.