Portfolio items in circle shape

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10970
    damir
    Member

    At the moment (default) portfolio items are displayed in rectangle shape, I would like to display them in circle shape, same as team members.

    How to do this?

    Thanks

    #10976
    damir
    Member
    This reply has been marked as private.
    #10979
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    #portfolio-full-width .thumbnail, #portfolio-template .thumbnail, .post-snippets img {
    border-radius: 50%;
    }
    
    #10984
    damir
    Member

    tnx phoenix, you’re the man! 🙂

    Could I ask for just 2 more things please.

    1. how to set all portfolio items to be the same size?
    2. how to set red color on hover (same as team members)?

    THANKS!!!

    #11005
    damir
    Member

    Hey phoenix,

    did you had a chance to look at this? I rally need a hover effect to finish the website for a client..

    Thanks a lot!

    #11011
    Veena
    Moderator

    In themeoptions -> portfolio page tab we have unchecked the box “Disable Hover and Lightbox on Portfolio”
    Now you pls add the following custom CSS in themeoptions –

    .image-info {
    border-radius: 50%;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.