Support » Theme: Sela » Change text in footer

  • Resolved rachelvass

    (@rachelvass)


    Hi

    My site is http://www.themeltedmarshmallow.com the melted marshmallow.

    I have read through the threads, I am trying to edit css so the footer doesn’t say powered by WordPress etc.

    I have managed to hide the existing text but not add in my own

    The code I have entered is

    .site-info {
        visibility: hidden;
    }
    
    .site-info:before {
        visibility: visible;
        content: "the-melted-marshmallow-2016-all-rights-reserved";
        display: block;
    }

    Thank you for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rachelvass

    (@rachelvass)

    It’s ok, I’ve worked it out. Thanks.

    I’m glad you worked this out. 🙂 Let us know if any other questions come up.

    Chrissy

    (@chrissylockyer)

    Im having trouble with this too – I have the following code in my CSS Editor:

    /*
    */
    .site-info {
    visibility: hidden;
    }

    .site-info:before {
    visibility: visible;
    content: “© Copyright 2016 Sassy Creative Design”;
    display: block;
    }

    but nothing is there…

    Please help?

    Chrissy – looks like you were able to work this out, as I see this in your footer at sassycreativedesign.com.au:

    Sassy Creative Design

    If you need further help, please feel free to start a new thread, as this one’s already marked as resolved:
    https://wordpress.org/support/theme/sela#postform

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change text in footer’ is closed to new replies.