Follow us on
  1. http://look.javgo.biz/
    So far so good , but....
    1. I am looking to remove/hide the Read more Button and the Post Title and the content . So its just images.

    2. Is it possible to round the corners of the images on the front page?

    Thanks

    Posted 1 year ago #

  2. Codestar
    Admin

    Hi,

    Yes, it's possible. Paste below css to admin panel custom css option area.

    .vc_gitem-zone-c{
      display: none;
    }
    
    .vc_gitem-zone-a{
      border-radius: 6px;
    }CopyCopied!

    Regards, Codestar

    Posted 1 year ago #