• wp

    (@ashraf-jibrael)


    Hi Sir,
    Thanks for your great plugin.
    Please, I tried to make the result have a big font size,
    I tried the following css code:

    .lidd_mc_details{
    font-size:15px !important;
    font-weight: 700 !important;
    color:#333 !important;
    }

    But it is not working.
    Please what must i do ?

    Regards
    a.j.

Viewing 1 replies (of 1 total)
  • liddweaver

    (@liddweaver)

    The plugin does not include any CSS to target the font styling in the results. Everything in the results is within <p> tags, so you could try targeting the paragraphs within the results.

    .lidd_mc_details p {
       ... your CSS here ...
    }
Viewing 1 replies (of 1 total)
  • The topic ‘css font size’ is closed to new replies.