Hi, I’m looking where to edit the css style to change the border of the items of the portfolio from gray border-color: # e1e1e1 and I can not find it anywhere.
Maybe I’m missing something.
Another question:
The layout of the post as the page
http://kriesi.at/themes/enfold/shortcodes/blog-element/
Called: Half Sized Blog Element (Single Author Style)
as I create it? with the options in layout builder?
Thanks in advance for the answers
Max
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.grid-entry .inner-entry { border: 1px solid #e1e1e1; }
You can add two 1/2 column elements to your page and place Blog Posts element inside each of them to create that layout
Best regards,
Yigit
Thanks for the answer, but maybe I explained bad, inserting the string as your instructions from the edge increases by a px in # e1e1e1
I need to remove or alternatively become white.
thanks