• Resolved seanericmurphy

    (@seanericmurphy)


    In the dropdown search results, I’d like to change the style of the font, such as the case or the font size, it looks a little crowded.
    Thanks!
    Sean

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hi there,

    You can change font size and other things by following CSS:

    .dgwt-wcas-st {
        font-size: 11px;
        text-transform: uppercase;
        line-height: 12px;
    }

    If you don’t familiar with custom CSS, take a look at this video.

    Best
    Damian

    Thanks. Perhaps you could add line-height to the plugin CSS? I’ve had to adjust it on all sites where I’ve installed this plugin.

    .dgwt-wcas-st {
    display: block;
    color: #444;
    font-size: 15px;
    width: 100%;
    line-height: 1.2;
    }

    Plugin Author Damian Góra

    (@damian-gora)

    Thank you. I will consider defining line-height: in next plugin releases.

    Best
    Damian Góra

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit Font Size in Dropdown Search Results’ is closed to new replies.