Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1187823

    Hi, I am using a post slider to show posts related to events that will be fed from a Facebook Events Page.

    I don’t need those events to show date (event date will be in the excerpt and publication date might be confusing) nor do I need it to show category (for now)

    How can I remove the items and also what css is required to narrow the margins top and bottom of the excerpt?

    Post Slider Modification

    #1188070

    Hey nestormakhno,

    Thanks for the screenshot. Could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1189998

    Hi there – sorry for the delayed response. Have been trying (unsuccessfully, so far) to get the domain name pointed at my server.

    It will hopefully happen soon, but in the meantime below is a temp link, that will expire in 24 hours.

    • This reply was modified 4 years, 4 months ago by nestormakhno.
    #1190182

    Hi nestormakhno,

    Can you please make that account admin? We cannot even see the page like this.

    Best regards,
    Victoria

    #1190255

    I have set it as admin and renewed the link for the next 24 hours (hopefully)

    #1190356

    Hi,

    Thanks for that. Please try this in Quick CSS:

    .home .slide-content .blog-categories, .home .entry-footer .slide-meta, .home .slide-content .av-vertical-delimiter {
      display: none;
    }

    Best regards,
    Rikard

    #1191770

    This half worked, thanks – I had to KO the category at the top by adding:

    .html_elegant-blog #top .post-entry .blog-categories {
    display: none;
    }

    I wonder if there is any way of just ensuring that the CSS is not even called. I notice Enfold does seem to have a lot of redundant CSS appearing on page load.

    #1192120

    Hi,

    That wouldn’t be possible unfortunately. Where are you seeing redundant CSS?

    Best regards,
    Rikard

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