eclipse post border
add this between <head> and </head>
<style>
.post{border-radius:30px 0px 30px 0px;}
</style>
for hover
<style>
.post:hover{border-radius:30px 0px 30px 0px;}
</style>
click update and save!
seen from United Kingdom
seen from Netherlands
seen from Singapore

seen from Switzerland

seen from Türkiye
seen from China

seen from Singapore
seen from Switzerland

seen from United States
seen from United Kingdom

seen from Australia
seen from Finland
seen from United Kingdom
seen from United States
seen from Indonesia
seen from United States
seen from United States
seen from China

seen from United States
seen from Germany
eclipse post border
add this between <head> and </head>
<style>
.post{border-radius:30px 0px 30px 0px;}
</style>
for hover
<style>
.post:hover{border-radius:30px 0px 30px 0px;}
</style>
click update and save!
for narnia theme how do i put in a glitter photo hover? x
here:
.post img:hover {border: 5px solid; /* you can change how thick it is by changing the 5 */-moz-border-image: url(PUTYOURIMAGEURLHERE); /* put in the photo url of the glitter you would want inside the parentheses */-o-border-image:url(PUTYOURIMAGEURLHERE); /* put in the same image url here and below */border-image: url(PUTYOURIMAGEURLHERE); }
you can change around what anything there with what i posted :) x