Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #636001

    Hi,

    (1) how can I remove the comma between the category names, if a post is assigned to 2 categories
    (2) and how to remove the comments and the “/” after the comments?

    I mean NOT the single post view, but the grid layout of the “Blog Posts” element of the Advanced Layout Builder; please see screenshot, because I’m still on a local installation:

    Result on a page:

    Looking into the source code, this grid excerpts of the ALB element “Blog Posts”, it seems, that this belongs to an avia-content-slider or avia-content-grid:

    So could you please tell me, what ENFOLD theme file is relevant for it, where I can delete the comma?

    And for deleting the comments, there seems to be a code part with “slide-meta-comments” – in which file can I edit this?

    Thank you.

    #636621

    Hey Chris,

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

    #top .blog-categories{
    font-size: 0;
    } 
    #top .blog-categories a{
    font-size: 14px;
    }
    #top .slide-meta-comments{
    display: none;
    }
    

    Best regards,
    Josue

    #636933

    Hi Josue,

    that hides the comments, thanks, but how to delete the comma between the two category names a post is assigned to, please?

    This is made, using the ALB element “Blog Beiträge” (in German, don’t know how it is called in the English version):

    I guess, I need to edit this in the theme file – but in what theme file please?

    Thank you.

    #636934

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #636995

    sorry, I’m currently working offline with this site

    #637372

    Hey!

    alright, let us know when you go live, so we can check the elements in question. Send us admin access as well, so we can have a deeper look into it. Post login details here as private reply.

    Best regards,
    Andy

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