This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Box sizes change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41189
    SalmanSalman
    Participant

    Hi
    Note : Please check my attachment !

    Q- How to change this(Screenshot_80.png) boxes size (Hight or Length) and placeholder font ?
    Q- Have any possibility to create separate shot code for setting boxes ?

    Thanks

    #41197
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    1. You may need to use custom CSS for them, they follow the theme styling:

    .asp_select2-container,
    .asp_select2-search__field,
    .asp_select2-search__field::placeholder,
    .asp_select2-selection__rendered,
    .asp_select2-selection__arrow {
        height: 50px !important;
        line-height: 50px !important;
        color: red !important;
        margin: 0 !important;
    }

    2. Yes – there is a shortcode for the settings box.

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