[Resolved] Change border for "Tasty"?

Home Forums Support [Resolved] Change border for "Tasty"?

Home Forums Support Change border for "Tasty"?

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

    Hi,

    I am using “Tasty” theme.
    Index page of this do not have border for each post.

    I would like each post to have border on index page like “Mellow” or “Marketer” theme.

    What can I do?

    Thanks so much in advance ๐Ÿ˜€

    #772103
    David
    Staff
    Customer Support

    Hi there,

    you will need to set the Customizer> Layout > Container to Separate Containers.
    Then this CSS is what Marketer uses:

    .inside-article, .sidebar .widget, .comments-area {
        border: 1px solid rgba(232, 234, 237, 1);
        box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
    }
    #772155
    Jonathan

    Fantastic.
    Working beautifully.

    Thank you so much ๐Ÿ˜€

    #772159
    David
    Staff
    Customer Support

    Glad to be of help.

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