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 States
seen from China
seen from Canada
seen from Türkiye
seen from Germany

seen from United States

seen from United States

seen from Switzerland
seen from United States
seen from China

seen from United States

seen from Canada
seen from United States
seen from China

seen from United States
seen from United Kingdom

seen from Singapore
seen from United States

seen from Dominican Republic
seen from United States
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