Home Forums Theme Support noXcape Removing author mention in latest-blog blocks

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

    Hi,

    I’m trying to remove this mention : ‘by X /’ that appears before the date in the latest blog element.
    I can’t find it in the theme files, can you please tell me where it is?

    Here is a screenshot so you can see what I mean.

    screenshot of problem

    #16591

    Hey,

    It requires a small coding edit. If you want you can post a test username & pwd. on your site and I’ll fix it for you.

    Cheers!
    Chris

    #16595

    Hi,
    Could you please tell me what files to edit? I’m moving the website to another server and domain right now, so it’s difficult to give you access (and also I’d like to know where it is if I need it in the future!).

    Thanks!

    Blandine

    #16602

    Try adding this in the theme options page > Styling > Custom CSS:

    .sd-blog-masonry-content ul li:first-child,
    .sd-blog-masonry-content ul .sd-slash {
        display: none;
    }

    Cheers!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.