• Resolved greenjoycelebrate

    (@greenjoycelebrate)


    What should I change in my css in order to change the space height between my Title and Select Box? I would like the select box to be right below the title, and not have line break between.

    Also is there a way to change the color of the drop-down arrow? I would like to have light grey background for my select box, but then the arrow vanishes, so the arrow should be darker grey.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    please share your site url to sales@najeebmedia.com we will send you css 😉

    BR,
    Najeeb

    Thanks for url, we will send you css shortly.

    Please use this is style into you theme or plugin css:

    select {
     padding: 9px 6px !important;
    }
    Thread Starter greenjoycelebrate

    (@greenjoycelebrate)

    This code seems to affect only the padding inside the select box. It still leaves the same gap between the title and the box, which I would like to be smaller.

    Also is there a way to change the color of the arrow?

    Hi,

    ok you need to remove <br> from templates/render.input.php file against each input

    near

    printf( __('<label for="%1$s">%2$s</label><br />', 'nm-personalizedproduct'), $name, $field_label );

    And sorry, arrows design is being controlled by theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Customization: height & color’ is closed to new replies.