Home Forums Free Themes Magpaper Two Issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103187
    Slade Bailey
    Participant

    Hi – I have two issues that I can’t seem to resolve with the Magpaper pro version.

    1. From the home page, above the blog posts titles, the author remains no matter what. It’s listed as lower case “by” followed by author name. Is there a way to remove this? I have it clicked to not display author in customizations.

    2. I added a solid top border line under the blog post name (over the image) in the typography customization, but decided to remove it – however it will NOT go away. regardless of what I do, it remains in place. I can alter it – dash, dotted, etc., but cannot remove it. Why? I have clicked back to “none”, hit publish, but it still shows up.

    #103257
    wensolutions
    Keymaster

    Hello

    Please find the answer to your queries below :

    Query 1 :
    Response : Please attach the below given CSS in the Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    .posted-on:after {
        display: none;
    }
    .entry-meta .byline {
        display: none;
    }

    Query 2 :
    Response : Since the query is regarding the customization that you have made in your site, we need to inspect the issue in your particular site. Can you please provide us with your site URL so that we can inspect the issue further ?

    Regards!

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