Tagged: , ,

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

    hi, I’m using the blog post grid widget from the builder to display 3 blog posts in grid on my front page, but how can I change the layout in custom css?

    I allready tried business and elegant layout, but I want to create my own styling. The read more link button is not showing right and I want to remove the date.. don’t know how to…

    #709956

    Hey!

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

    .html_elegant-blog .avia-content-slider .slide-meta {
        display: none;
    }
    .html_elegant-blog .more-link {
        margin: 30px 0 20px 0;
    }

    Cheers!
    Yigit

    #709991

    yeah! that worked perfectly thanks!
    how do I style the post titles etc?

    #710023

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_elegant-blog .avia-content-slider .slide-entry-title {
        color: orange;
        font-size: 20px;
    }
    

    Best regards,
    Yigit

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