Customize short code?

Support General Customize short code?Resolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28029
    ThibautThibaut
    Participant

    Hello,

    I have the following shortcode:

    [mb_frontend_form id='book-photographer_relationships_to,book-publisher_relationships_to,books' post_fields="title,thumbnail" label_thumbnail="Cover" post_type="book"].

    where I include 2 relationships that gives the following page https://test222.xyz/new-book/.

    I want give dividers between the relationship fields in order to give consistency and readability to my form.

    Can I do that?

    Thank you.

    #28041
    Long NguyenLong Nguyen
    Moderator

    Hi,

    It is not possible to add the divider between relationships meta boxes. You can use this custom CSS code to create a border between them.

    form.rwmb-form .rwmb-meta-box {
        border-bottom: 1px solid #ccc;
    }
    #28048
    ThibautThibaut
    Participant

    thanks.

    It's working partially as putting lines where it should not sometimes (splitting up fields that are link together) and not putting line for instance below post_fields="title,thumbnail".

    Unless a way to properly customize is found, the CSS solution can be useless.

    Thank you.

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