Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #458420

    hi, how can i display featured image in enfold circle style before the names of the search results?

    #458853

    Hey alfaweb2!

    I can’t see any images at all at the link you have provided and as you posted already a lot in this forum I will provide you a tutorial for how to make circle images here: http://bavotasan.com/2011/circular-images-with-css3/

    Regards,
    Andy

    • This reply was modified 9 years, 5 months ago by Andy.
    #501366

    Hi! I have been looking for an answer to creating Circle images, so thanks for the code. Being a bit new to coding, do you know where I insert the code from your site into my Enfold theme? Is it in functions.php?

    I am building a new website for a customer that desperately wants circle images. They are insisting I buy this theme https://prettydarncute.com/demos/swank/ because of the circles, but I’ve told her that the same could be accomplished with the Enfold theme plus much, much more!

    Thanks for any help you can give.
    Seth

    #501522

    Hey Seth,

    You could try something like this:

    .circular {
    	width: 300px;
    	height: 300px;
    	border-radius: 150px;
    	-webkit-border-radius: 150px;
    	-moz-border-radius: 150px;
    	background: url(https://link-to-your/image.jpg) no-repeat;
    }

    Thanks,
    Rikard

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