make footer visible at all times.
-
Hi there, I am trying to make the footer at the end of my Illustrator themed wordpress visible at all times. I read in another forum that you change the css to .widgets-wrapper {
display: block !important;
}
.widgets-area .widget {
opacity: 1 !important;
}
.widgets-trigger {
display: none;
}
#secondary:after {
display: none;
}
I have just done that but nothing has happened. Do I need to go premium to change the css??The blog I need help with is: (visible only to logged in users)
-
Closing as duplicate of:
https://en.forums.wordpress.com/topic/make-footer-visible-at-all-times
- The topic ‘make footer visible at all times.’ is closed to new replies.