Viewing 6 replies - 1 through 6 (of 6 total)
  • theme’s footer.php

    You can also add a Terms of Service checkbox for Subscribers w/ the SABRE plugin.

    Thread Starter health360

    (@health360)

    I entered the disclaimer script in the footer box for Thesis options but the text appeared very large at the base of my blog page. I need to find a way to match it to the Admin script at the base of the page.

    Just style it with CSS. All you really need is a class of <p> in your stylesheet:

    p.disclamer {
    //put your styles here //
    }

    And then in your footer, put this:

    <p class="disclaimer">//put your disclaimer language here//</p>

    Oh, and BTW, if you are using Thesis, I’ll spare you some hair, fingernails and a smattering of sanity:

    Use the Thesis Open Hook plugin to get direct access to all areas of Thesis, including the stylesheet:
    http://wordpress.org/extend/plugins/thesis-openhook/

    Thread Starter health360

    (@health360)

    Thank you for this. I have installed the Thesis Open Hook plugin but I don’t know CSS. Also, it seems I may have to change the name of my custom-sample folder to custom but I don’t know where to find the folder.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adding a disclaimer.’ is closed to new replies.