Box sizes change

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41189
    Salman
    Salman
    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

    Attachments:
    You must be logged in to view attached files.
    #41197
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.