italic

  • Author
    Posts
  • #28665
    Stan

    Hello

    How can I remove italic in the free text above the copyright in footer part
    Thanks for your help
    Stan

    #28669
    Walt

    You mean the text that says “This text can be changed from the Miscellaneous section of the settings page.”

    #28670
    Walt

    #site-copyright

    Remove: font-style: italic;

    #28672
    Stan

    In which file ?

    #28673
    Stan

    the code is
    // TEXTBOX – Name: parabola_settings[copyright]
    function cryout_setting_copyright_fn() {
    global $parabolas;
    echo “<textarea id=’parabola_copyright’ name=’parabola_settings[parabola_copyright]’ rows=’3′ cols=’70’ type=’textarea’ >”.esc_textarea($parabolas[‘parabola_copyright’]).” </textarea>”;
    echo “<div><small>”.__(“Insert custom text or HTML code that will appear in you footer. <br /> You can use HTML to insert links, images and special characters like ©.”,”parabola”).”</small></div>”;
    }

    I dont understand why it appears italic

    #28676
    Walt

    What I posted was a style, so it will be in your stylesheet.

    #28684
    Stan

    It works !
    Thanks you

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘italic’ is closed to new replies.