• pendergast

    (@pendergast)


    so far the best and easiest to use download manager I have found. It does what it promises. I did not give five stars because I would like to be able to to tjhe title of tje document in my own font.

    • This topic was modified 3 years ago by pendergast.
    • This topic was modified 3 years ago by pendergast.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for your 4 star review. We really appreciate this 🙂

    In regards to the font style, use the following CSS to tweak the style in your site. Add your new CSS style to the Additional CSS under Appearance -> Customize for your theme.

    .sdm_download {
    display: inline-block;
    text-decoration: none;
    font: bold 12px/12px HelveticaNeue, Arial;
    padding: 8px 11px;
    color: #555;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }

    Enjoy the plugin.

    Kind regards.

    Thread Starter pendergast

    (@pendergast)

    I thank you for the code yet cannot make it work. I am using the google Gruppo font. the website is terra.ngo and the document titles when I use yours always show up in your font.

    It would be nice if you could provide me with the code snippet so I can make the document titles inherently Gruppo H3.

    thank you very much for your help

    kind Regards,

    Nils

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, the CSS code I shared above was just a sample for you to play with. However you might like to try the following one.

    .sdm_download blue sdm_download_with_condition {
    font-family: 'Gruppo';
    }

    Let me know how you go.

    Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘four stars’ is closed to new replies.