Add classic footer to HARMONIC theme using CSS, possible?
-
hallo!
i’d like to add a normal footer (a little line of text that ONLY appears once you scroll ’till the end of the page) to harmonic theme.
is that possible?
just a little tiny line of text with a link, at the very bottom of the scrolling page.
thanks for your responses.
The blog I need help with is: (visible only to logged in users)
-
You can try making the footer not fixed with this CSS:
#footer-nav-wrapper { position: inherit; }Let me know if it does the trick.
-
ou ou ou!!
nice christmas present.
it worked like charm.
i really appreciate it.be well.
-
-
just one more thing…
is it possible to do the same in every page/portfolio/post of the blog?
like here:http://eccecello.com/portfolio/nuevo-proyecdto-1/
thanks a lot!
-
hi again,
puting a classic footer worked very well in the main page, but can i make this also in all post pages, and in portfolio pages aswell?
it would be great!
thanks in advance.
-
puting a classic footer worked very well in the main page, but can i make this also in all post pages, and in portfolio pages as well?
Yes, it’s possible. Try replacing this CSS I gave you earlier:
#footer-nav-wrapper { position: inherit; }with this:
#footer-nav-wrapper, body.single.single-jetpack-portfolio #colophon, body.single #colophon, body.page #colophon { position: inherit; } -
-
- The topic ‘Add classic footer to HARMONIC theme using CSS, possible?’ is closed to new replies.