badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Different Shaped borders for images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51144
    Sheena Bell
    Participant

    Hello,

    Does this theme have a CSS code that would allow me to post my post my pictures with different shaped borders? For example, a circular border? If so, what is the code and can you confirm that I would put this code in the Additional CSS section of my site.

    Thank you

    #51259

    Hi Sheena Bell,

    Sorry for late reply we missed your topic.

    You have to add the Custom CSS code for circular border. Can you please provide us the exact page Url where you want to add the circular border. So that we can provide you a exact Custom CSS code.

    Thank you!

    #51310
    Sheena Bell
    Participant

    I think I figured it out, but please provide the CSS code for future use.

    http://www.embracethefitteryou.com/my-story/

    Thank you.

    #51384

    Hi Sheena Bell,

    It seems that you have already added class .img-circleinto your <img> tag. Now just add below custom CSS code to have the circular border for it.

    .img-circle {
        	-webkit-border-radius: 100px;
    	-moz-border-radius: 100px;
    	border-radius: 100px;
    }

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.