modify footer en CSS with OPTI
-
I want to add my copyright in the end of the the footer credits in the CSS (Appearance > Customize > CSS editor). I saw two examples on forums but it doesn’t work with the theme OPTI. What’s the true syntax with this theme ?
The blog I need help with is: (visible only to logged in users)
-
Try this CSS and see if you like the result:
.left:after { display: block; content: "this is my copyright text"; color: white; }Remove display:block line if you want the copyright text in the same line next to the theme name.
-
- The topic ‘modify footer en CSS with OPTI’ is closed to new replies.