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

    Hi

    How do I make the background to portfolio grid title and excerpts transparent?

    many thanks

    Peter

    #340810

    Hey envapk2!

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

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

    Best regards,
    Yigit

    #340966

    Hi Yigit

    It’s not working. If I put, eg,
    .grid-content {
    background-color: red !important;
    }

    that works to make the background red but with ‘transparent’ it just leaves a white default background.

    many thanks

    Peter

    #341379

    Hi!

    The background color is white because there is another container behind the grid content. Please give us a link to the actual page. We would like to check it.

    Cheers!
    Ismael

    #341493
    This reply has been marked as private.
    #341494

    Hi!

    Please add following code to Quick CSS as well

    article.main_color.inner-entry, .entry-content-header {
    background-color: transparent;
    }

    Best regards,
    Yigit

    #341617

    That has done the trick. I also added
    .grid-entry-title{background-color: transparent !important;}
    to remove the whiite background to the title.
    many thanks

    Peter

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Transparent portfolio grid title backgrouns’ is closed to new replies.