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 #3201134
website layout
Closed

Comments

  • dinhhien381 started the conversation

    Hello, wish you a happy new year.

    I have a problem and need your support.

    My website is used Craft DIY 2 of Soledad theme.

    Can I create a homepage layout like Art personal blog just by customizing it (Appearance -> Customize).

    I don't want to completely switch to the Art personal blog type because I think it will affect my blog posts.

  •  2,683
    PenciDesign replied

    Hi,

    You can import the Art Personal blog for the homepage only by following the document here:


    Regards,
    PenciDesign.


  • dinhhien381 replied

    I made the homepage with Elementor but how to make the thumbnails rounded like on the demo page ? I don't see the round option in Elementor.

  • dinhhien381 replied

    You can see two pictures below (I use Citylight Magazine template)

  •  2,683
    PenciDesign replied

    Hi,

    Please send me a page URL you've import this demo, I'll send you a custom CSS code.

    Regards,
    PenciDesign.


  •  2,683
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body.page-id-2520 .pcbg-bgoverlay,
    body.page-id-2520 .penci-image-holder {
        border-radius: 20px;
        overflow: hidden;
    }

    Regards,
    PenciDesign.