Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1171325
    cece101
    Participant

    http://www.buildmywordpresswebsite.com/vendors/

    Hello –

    I am hoping to make 2 changes:

    1. Make background of images white – for png images but all would be fine
    2. remove titles and just leave images

    Thanks!

    #1171431
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .page-template-template-layout-portfolio .entry-wrap.cf {
        display: none !important;
    }
    .page-template-template-layout-portfolio .entry-thumb {
        background-color: transparent !important;
    }

    Let us know how this goes!

    #1171572
    cece101
    Participant

    Thanks!

    #1171628
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1171325 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>