• I’ve looked, but can’t find it.

    Is it possible on this theme to remove the author (and maybe comments) from the featured images in the slider and in the style 1 content sections?

    Ditto, whilst there is a sub heading, then picture, it then repeats the category heading again. Is it poss to remove the duplicate heading banner.

    (In closing, taken me a while to set it all up, but – having checked quite a few other themes – I like the ease of use the COLORMAG theme offers)

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • @cristofayre

    For the first issue, can you add the below CSS code to Additional CSS box and check?

    .widget_featured_posts .article-content .below-entry-meta .comments,
    .widget_featured_posts .article-content .below-entry-meta .byline {
        display: none;
    }
    .widget_featured_slider .slide-content .below-entry-meta .comments,
    .widget_featured_slider .slide-content .below-entry-meta .byline {
        display: none
    }

    For the second issue, can you provide us the screensho link for a better understanding of the issue?

    Thanks.

    Thread Starter cristofayre

    (@cristofayre)

    Thanks for your response. Not sure of how to place a screenshot on here, so have provided a link: https://www.dropbox.com/s/sws2czp9uwkwkvd/blog_pic.jpg?dl=0

    The heading with the line is fine. What I would like to do – if poss – is to remove the repeated tag under the featured picture. (Title, date, author and comments to remain)

    @cristofayre

    Can you add the below CSS code to Additional CSS box and check?

    .widget_featured_posts .cat-links {
        display: none
    }

    Thanks.

    Thread Starter cristofayre

    (@cristofayre)

    Perfect! Many thanks for this code snippet. Thanks for your assistance

    Thread Starter cristofayre

    (@cristofayre)

    (Reading my emails from top down, so just seen the reply to the first problem)

    Again, works perfectly. Many thanks for all your help.

    ** One “minor” issue – or maybe something for a future update – Can the speed of the slider be part of the customiser as the images are swapping a little fast at present

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove author from Front Page’ is closed to new replies.