Author Stamp
- The topic ‘Author Stamp’ is closed to new replies.
Need help? Check out our Support site, then
Is it poss to loose the author stamp on pages?
many thanks
(Tuned Balloon)
The blog I need help with is: (visible only to logged in users)
Hi,
thank you for using our theme.
You can use this in the Custom CSS:
span.author, .genericon-user {
display: none;
}
Hope this helps.
All the best,
Ana
Thank you,
I was hoping to loose the date at the same time! :)
I assumed it would be all one thing.
many thanks
Paul
also… sorry.
I would like to lock the top bar (logo and Menu) so this does not scroll.
and include contact details
like this. http://www.jimmyjetsband.com
is this poss ?
kind Regards
Paul
Hi,
you can use this:
.blog .two_third .entry-header p {
display: none;
}
For the top bar to achieve this you’ll need to adapt more things and to see how it will work on the mobiles. Unfortunately, this theme doesn’t offer this feature and we don’t do a custom job in a case like this, just for the small changes. You can use this in the Custom CSS and then you’ll need to see how it works on the mobile and to adapt it further:
.toppart {
position: fixed;
width: 100%;
z-index: 100;
}
or you can add this line of the code just for the desktop version.
Hope this helps.
All the best,
Ana