• Hi,

    I was just wondering if you could let me know the css required to make the dropdown itself wider, taller, larger font, and also thicker border if possible.

    Note: I am using X theme with cornerstone and it asks for id, class, and style in regards to css. If you could help me out with these fields that would be fantastic!

    Cheers

Viewing 1 replies (of 1 total)
  • Plugin Author alordiel

    (@alordiel)

    Hello,

    With the class – dms-select – you can deal with the styles of the select element.
    There is also dms-container – which is the wrapping div element of the select and its label.
    For the label use this css selector: .dms-container label

    Here is some example you can add in your theme’s style.css:

    .dms-select {
        width: 300px;
        height: 14px;
        line-height: 14px;
        font-size: 14px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Need help styling this plugin’ is closed to new replies.