• Resolved lordtone

    (@lordtone)


    Hi, in other post below I saw how to edit text in the footer section.

    I would like to edit this text to a small font text, can I do this?

    And how can I write a second line?, something like:

    “Disclaimer, this marks are trademarks of….
    @2013 All the content copyright…. “

    Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi lordtone

    Footer text contain footer.php

    Please open footer.php

    Find the elements <address> and </address>

    You can edit freely between <address> and </address> like below

    <address>
    <p>"Disclaimer, this marks are trademarks of....@2013 All the content copyright.... "</p>
    		</address>

    Thank you.

    Thread Starter lordtone

    (@lordtone)

    Hi Nobita, I actually did what you tell me before (I saw the other question here in the forum)
    I want to know if it’s possible to get a tiny font for the footer.

    Thanks!

    Theme Author nobita

    (@nobita)

    I want to know if it’s possible to get a tiny font for the footer.

    a tiny font is footer text ?

    $raindrops_current_data_theme_uri   // theme url
        $raindrops_current_data_author_uri  // raindropr author url
        $raindrops_current_data_version     // theme version
        $raindrops_current_theme_name      // theme name
        get_bloginfo( 'rss2_url' ) // rss
        get_bloginfo( 'comments_rss2_url' )// comment rss

    If you use above vars on template, with global $varname

    Sorry

    is OK ?

    Thank you.

    Theme Author nobita

    (@nobita)

    past 2 weeks not reply

    Change to resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit Footer’ is closed to new replies.