Seperator double line and border photo

  • Unknown's avatar

    Why do I have only Single line separator, not double line like the demo?
    How can I put border in the photo?

    The blog I need help with is: (visible only to logged in users)

  • Hi there, the demo shows a theme designed to showcase several posts and put double borders on the featured images for each post.

    Do you want to change your pages to posts? Or, would you like to just use the block editor to get your desired page layout?

    Also, while Toujours adds borders to featured images only, if your plan supports CSS, you can add borders to all images with something like this:

    img {
      outline: 1px solid white !important;
      outline-offset: -7px;
    }

    And if you only wanted to add that to some, that’s possible too. You’d just need the Premium plan for that.
    https://wordpress.com/premium

  • The topic ‘Seperator double line and border photo’ is closed to new replies.