• Resolved looksanddiy

    (@looksanddiy)


    Hello,

    I have tried to change the footer text with my own in Sela by using the CSS Editor (Jetpack) but nothing happened. This is the code I used:

    .site-info {
        visibility: hidden;
    }
    
    .site-info:before {
        visibility: visible;
        content: "MyText";
        display: block;
    }

    What happened is that the “This site works with WordPress….” was hidden as expected, but “MyText” does not appear instead. Could you please provide me with some CSS code to work it out?

    Thank you very much.

    My website

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Replace footer text with my own copyright’ is closed to new replies.