Modify footer (premium plan)

  • Unknown's avatar

    Hi! I know almost nothing about html editing, but I would like to modify the footer of my website. It is (well, will be) full of content I’ve created for my students, so I would like to put a copy right at the bottom of the page.

    I’m not sure to understand perfectly how to create a child theme either, since the tutorial is in English and it’s not my first language.

    Anyways. For the footer I’ve done the following process:
    1.Theme
    2. Costomization
    [It opens a new tab and I can pay with the colors, fonts, header, etc.]
    3. CSS
    4. Pasted this code I’ve ”created”: pasted the footer infos of the page and added another code I’ve found on some topic on this forum. It does not work :(. Like I said I’m not an html, css, php master, only a french teacher ^^.

    Here’s the code:

    <footer id=”colophon” role=”contentinfo”>
    <div id=”site-generator-wrapper”>
    <div id=”site-generator”>
    Propulsé par WordPress.com.
    <span class=”sep”> | </span>
    Thème Bouquet.

    </footer>.site-info:before {
    content: “All Rights Reserved. Claude Bergeron 0A9 2015”;
    }

    .site-info {
    line-height: 1.5em;
    text-transform: none;
    }

    Please help!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi leprofmobile

    To add custom CSS.

    Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.

    Add the following line of custon CSS.

    #site-generator:after {
        content: " | All Rights Reserved. Claude Bergeron © 2015";
    }
  • Unknown's avatar

    Awesome! Thank you very much :)

    By any means, do you know to ad a show/hide button or a spoiler button? I think it’s a .php code but I’m not quite sure.

    http://tonprofmobile.com/comment-faire-une-bibliographie-general/

    I’d like to hide the content under the undertitles in bold, and replace it with a clickable show/hide button.

    Thanks again! Here’s a cookie.

  • Unknown's avatar

    This is a bit more complicated. I will need to do a bit of research.

    You are only able to alter the CSS code on WordPress.com sites.

  • Unknown's avatar

    By any means, do you know to add a show/hide button or a spoiler button?

    A show/hide button would require some sort of scripting and we cannot use script here at WordPress.com.

    Could you possibly use the Read More Tag in your posts?

  • The topic ‘Modify footer (premium plan)’ is closed to new replies.