How can I show the photos of the latest members without any text at all

Hello community

I would like to show the photos of the last 4 members on our home page without showing any text at all. 

Below I have made a test page showing all the blocks in the Photos section

Your help will be very much appreciated

All the best

Finn

https://educatedsingles.com/page/phototest

  • 654
  • More
Replies (3)
    • Hello EducatedSingles !

      The simplest way is hide this info of the members set in the necessary box. First of all, you need to know the ID of this block. For example, on the page with this block, right-click on the page and in the appeared menu choose "View source" (for Chrome browser it may be called by Ctrl+U). Then in this code find the words "New people". Above the found result need to find the closest block ID, it will have the beginning like:

      id="bx-page-block-[some number]

      like bx-page-block-16

      This is our identification.

      Then need to add the following CSS code to your Studio->[Your template]->Styles->Custom Styles area:

      -page-block-16.bx-base-pofile-unit-title {

      display: none;

      }

      -page-block-16.bx-base-pofile-unit-info  {

      display: none;

      }

      Save it and then clear all your caches via Dashboard.

      • Thank you so much LeonidS . Will try that out right away

        • Hmmm. I must be doing something wrong. I found the number 1499 on https://educatedsingles.com/page/phototest and modified and added the code in custom styles in the Protean template. flushed cache both in UNA and the browser, but the photos look the same, 

          See screenshots

          Login or Join to comment.