Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #283562

    Hey,

    I want to remove the images of peoples profiles in the Facebook widget. If you want a visual representation of what I mean, if you go to http://www.fastiphonefix.com and scroll down to the footer, you’ll see the Facebook widget. I want to keep the everything from the top until the XXXX like IRepairIT iPhone and iPod Repair, and remove the images below it.

    Thanks,
    Sal.

    #283564

    Hi Sal!

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

    ul.uiList.pam._4cg3._509-._4ki {
    display: none!important;
    }

    Best regards,
    Yigit

    #283565

    Hey Yigit,

    Didn’t seem to work, it’s still showing the images.

    #283570

    Hi!

    Please go to Enfold/framework/php folder and open class-framework-widgets.php file and find

    $faces 		= "true";

    and change it to

    $faces 		= "false";

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.