Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #240199

    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

    #240650

    up

    #240754

    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

    #242028

    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

    #242546

    Hi!

    You can remove the portfolio grid border using this on Quick CSS or custom.css:

    .grid-entry .inner-entry {
    box-shadow: none;
    }

    Regards,
    Ismael

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