forums › forums › Circle Flip Support › Remove Magnify Glass From Post Block › Reply To: Remove Magnify Glass From Post Block
Hey Chris,
You can remove the first icon and center the second one by adding the following Custom CSS at Theme Options >> General >> Advanced >> Custom CSS
.squarePost .zoomRecent {
display: none;
}
.squarePost .linkRecent {
float: none;
margin: 0 auto !important;
}
Regarding the glitch. It’s due to the stick header.
You can use the Header Builder (it’s quite easy I promise :)) and get a much better animation with a much better animation transition.
Example http://dev.creiden.com/circleflip/header-one-row-sticky/
http://docs.creiden.com/circleflip/header-builder
Let me know if you would like me to log in and set it up for you
Cheers