Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #419302

    Hi,

    Is there anyway to make the background of item titles to be transparent?

    http://www.markhuphotography.com/p2

    Thanks!

    Mark

    #419309

    Hi Mark!

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

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

    Regards,
    Yigit

    #419322

    Thanks Yigit,

    I forgot there is still a gray border, can you help make the border disappear?
    Thanks for the help!

    Mark

    #419330

    Hey!

    Please add following code to Quick CSS as well

    .grid-entry .inner-entry { box-shadow: none; }

    Cheers!
    Yigit

    #419347

    It’s OK now, thanks for the help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Portfolio grid item's title background transparent.’ is closed to new replies.