• Resolved jeffcherry

    (@jeffcherry)


    I am using WP 3.6.1 and WordPress Download Manager 2.5.92 It is working fine. I am using the short code [wpdm_tree] to display the hierarchy on a page.
    I need to know where in CSS or another way to make the Catagory lables and file titles a larger font as people are complaining they are too small to read easily.

    Thanks.

    http://wordpress.org/plugins/download-manager/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Shahjada

    (@codename065)

    please give me your url to check

    Thread Starter jeffcherry

    (@jeffcherry)

    Plugin Author Shahjada

    (@codename065)

    Add following css:

    UL.jqueryFileTree {
        font-size:10pt;
    }

    Thread Starter jeffcherry

    (@jeffcherry)

    I assume I need to put it in the plugin css somewhere, if so which file and where? Putting it in the appearence / theme custom css does not make and difference.

    THanks for the help.

    Plugin Author Shahjada

    (@codename065)

    putting it in theme css should work fine, anyhow, try like this:

    UL.jqueryFileTree *{
        font-size:10pt !important;
    }

    Thread Starter jeffcherry

    (@jeffcherry)

    THanks, I appreciate it. That did work.

    One other thing people are complaining about. When clicking on the file it pops up with the big download dialog. Two issues, one some are afraid to download the file thinking it may not be safe and others cannot seem to find it after they download it… As this is being used by a wide range of people and obviously most not very computer literate, is there a way to just make it open the pdf directly without downloading it or prompting? Most of them are just wanting to view the documents anyway. All the documents are PDF.

    Thanks again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Tree View Font Sizes’ is closed to new replies.