Tagged: 

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

    Hi,
    We use on avia formatting tool the content element “Blog posts”.
    In the options, we have selected :
    – Blog Style : List layout – compact (title and icon only)
    – Blog List Width : Auto
    – Post number : All
    – Starting post number : Disable start number
    – Pagination : none
    – Conditional display : Always display element

    And as you can see on this test page : https://robert-b.fr/test-remove-pencil/, pencil icon is visible.

    We just want the list of posts title but no other information and no icon.

    So, how can we remove the pencil please ? Have you a code for Quick CSS in Enfold panel options please ?

    Many thanks in advance for your answer,

    Best regards,

    robert.b Team from France

    #1092306

    Hey lauragenest,

    Please try the following css:

    
    .main_color .bloglist-compact .fallback-post-type-icon {
        display: none;
    }
    

    Best regards,
    Victoria

    #1092329

    Hi Victoria,
    Thanks a lot for your answer, it works perfectly!
    Have a nice day,
    Best regards,
    robert.b Team

    #1092579

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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