Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1345678

    Hello, I already had contact in thread 1345370. You helped me with the quick css.

    Unfortunately the problem is not completely solved yet. My customer doesn’t want the grid view for the posts, but the “single author, large thumbnail” view. The double line appears below the post. Can you remove them or at least center them in the column?

    Next I want the short gray line under the title in green.

    Thanks for the help, Tanja

    #1345697

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
      float: none;
    }
    
    .html_elegant-blog .av-vertical-delimiter {
      border-color: green;
    }
    

    Best regards,
    Yigit

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