make footer visible at all times.

  • Unknown's avatar

    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)

  • Unknown's avatar

    Hi there,

    The CSS used to show the footer at all times will be different based on the theme you are using. The CSS you found in the other forum is correct for your theme and will work.

    Do I need to go premium to change the css

    You will need a paid Plan ,(WordPress.com Premium or Business) to edit your CSS however. You can find out more about paid plans or upgrade here:
    https://wordpress.com/plans

    Moved to custom CSS forum

  • The topic ‘make footer visible at all times.’ is closed to new replies.