• Resolved svsanchez

    (@svsanchez)


    Hello, I just installed this promising plugin and uploaded some files to one of the categories I created (the “Actividades online 2015” category).

    I noticed I can change some text and background colors from the settings menu, but I can’t find how to change the TITLE of the document. Can you tell me how to change it please.

    Thank you.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bhaldie

    (@bhaldie)

    click on the file you want to change the title of and select the Manage file link. Then type the title of the document in the first input box.

    Thread Starter svsanchez

    (@svsanchez)

    Hello bhaldie, thank you for your reply, but it seems I missed one important word on my question. What I’m trying to change is the title COLOR of the document.

    So I forgot to include the word COLOR in the question. I noticed I can change some background colors and text colors, but can’t find where to change the documents title COLOR.

    Can you please tell me how to do this.

    Thank you!!!

    Plugin Author bhaldie

    (@bhaldie)

    1. ftp into the plugins folder inside the mDocs plugin
    2. create a file in that folder called mdocs-color-change.php
    3. put the below code inside the file:

    
    add_action('wp_loaded','mdocs_color_change');
    function mdocs_color_change() {
        mdocs_update_file_info('show-name', array('color' =>  '#FF9140'));
    }
    

    4. change the #FF9140 to whatever color you desire.

    Thread Starter svsanchez

    (@svsanchez)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing the Title color’ is closed to new replies.