Tagged: 

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

    Hi favorite Support Staff :-)

    I would like to change the border of 1 portfolio item inside the portfolio grid.

    I can target this 1 portfolio item by adding a unique portfolio category to it,
    However I can’t figure out where this grid-border is created and where I need to change the border color.

    Best Regards

    #294988

    Hey hey! :)

    It is not border color but actually a box shadow and you can change it using following code in Quick CSS

    .grid-entry .inner-entry { box-shadow: 0px 0px 0px 1px rgba(255,0,255,0.1); }

    \
    255,0,255 is the RGB value of the color and 0.1 is opacity level

    Best regards,
    Yigit

    #295487

    Thank you very much Yigit! :-)

    Solved and works like a charm!

    #295489

    Hey!

    You are welcome, glad we could help! :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio Change Border Color’ is closed to new replies.