But, what if you've posted hundreds of images across hundreds of posts, and you always want the option to restore the hyperlink in the future? That's where this cool trick comes to play. Yeap, this is a CSS tweak, not an HTML one
.post img, .post img a{
position
:
relative
;
z-index
:
-100
;
}
OR
.post img, .post img a{
position
:
relative
;
z-index
:
-1
;
}
.post-outer{
position
:
relative
;
z-index
:
1
!important
;
}
OR
.entry{
position
:
relative
;
z-index
:
1
;
}
.hentry img, .separator{
position
:
relative
;
z-index
:
-1
;
}
OR
.post{
position
:
relative
!important
;
z-index
:
10
!important
;
}
.hentry img, .separator{
position
:
relative
!important
;
z-index
:
-1
!important
;
}
That will be all folks. Enjoy!
Post a Comment Blogger Facebook