Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2142617
Help me
Closed

Comments

  • huubangbkhn started the conversation

    Dear PenciDesign!

    How to display photos like this? Like on the Soledad theme.

    Thank you!

  •  501
    Penci replied

    Hi,

    Please go to Customize > Addtional CSS  then add custom css to do that

    .penci-block-vc .penci-image-holder{
    border-radius: 20px;
    }

    you can change value of border radius to any value you want


    Best Regards,

    PenciDesign

  • huubangbkhn replied

    Thank you! :)

  • huubangbkhn replied

    I use Additional CSS, but I still had a blurry border when hovering over the image. Images in categories do not display as expected. Does Inline Related Posts slow down website speed?

  •  501
    Penci replied

    Hi,

    Please try with custom css

    .penci-image-holder {
        border-radius: 5px !important;
        overflow: hidden !important;
    }

    About Inline Related Posts , it work fine. Don't worry about it. You can check with gtmetrix

    Best Regards,

    PenciDesign


  • huubangbkhn replied

    The soledad theme is faster than the pennews theme. Is that true?

  •  501
    Penci replied

    Hi,

    Soledad is blog theme .

    PenNews is magazine  theme with many block of vc. Using multiple blocks may affect speed

    Don't worry about the speed, please checkthis guide to know how to optimize speed on your site


    Best Regards,

    PenciDesign