• Resolved Roland

    (@cuesportswebmanagement)


    Hi,

    This might have been asked numerous times but I hope someone will still assist us. I recently started managing a website of a friend. I’m having a hard time finding a way to remove the date and author name on the bottom of our site pages. It’s also there whenever I create a new page!

    Here’s a screenshot: https://snag.gy/IUH0Re.jpg

Viewing 15 replies - 1 through 15 (of 15 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to your site! Thanks.

    Can you provide the name of the theme you’re using, or better still, a link to your site so I can inspect the code please? A screenshot by itself isn’t of much use I’m afraid.

    Thanks.

    Thread Starter Roland

    (@cuesportswebmanagement)

    Hi guys, sorry! Of course, here’s the link: https://www.cuesports.club

    We are using New Edge and also using Visual Composer. Current WordPress version is 4.6.1

    Many thanks!

    Thanks, you can add this to your custom CSS area within the Customizer.

    .page .none {
        display: none;
    }

    Hope this helps.

    EDIT: 4.6 users can add CSS as suggested by Steve below, the Customizer option is available for 4.7 users of WP.

    • This reply was modified 7 years, 10 months ago by ThemeSumo. Reason: edit
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This CSS should do it

    .date updated, .author {
       display:none;
    }

    To add CSS: If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.

    Learn the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter Roland

    (@cuesportswebmanagement)

    Hi Steve and ThemeSumo,

    I’m afraid both CSS did not work!

    Here are the steps I’ve done, perhaps I did it incorrectly.

    Step 1: Go to WP Back office
    Step 2: Select Theme Options
    Step 3: Custom CSS
    Step 4: Copied and Pasted the CSS codes on the bottom part. I tried Steve’s first then when that didn’t work I tried ThemeSumo’s but the date and site name is still on the bottom of our page.

    Thanks,
    Roland

    Please try one of the methods we posted above.

    Thread Starter Roland

    (@cuesportswebmanagement)

    Hi Guys,

    It worked, many many thanks!

    I updated my WP first to 4.7 then downloaded simple custom CSS and use this:

    .page .none {
    display: none;
    }

    It worked perfectly!

    Thanks,
    Roland

    Hi,

    This is the link to the website.
    https://www.nics-training.com/
    The specific post:
    https://www.nics-training.com/comments-for-courses/

    Would you be able to help me out by letting me know what I could do to remove all meta from this? The theme does allow the adding of custom css.
    Thanks

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .tz-single-description .tz-entry-meta { display:none; }

    View post on imgur.com

    That worked. Thank you, Steve. Also wondering if the header, footer, share button and avatar could be removed as well.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Yes. Learn the Chrome Developer Tools to help you see and test changes to your CSS.

    Will do. Thanks again for sharing

    Thread Starter Roland

    (@cuesportswebmanagement)

    Hi Guys it’s me again. Thanks again for helping me out before.

    However, I was on Similarweb the other day to check my ranking when I noticed the “site description” of my site isn’t right. It’s displaying the date and author rather than the tagline. Here’s a screenshot as reference: https://snag.gy/LJKW5u.jpg

    My site is https://www.cuesports.club
    Wordpress version is 4.7.2 and running NewEdge theme.

    Thanks in advance!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note to @cuesportswebmanagement Your duplicate topic for the same topic has been deleted. Duplicate topics make it harder to support you, please don’t do that again.

    *Looks*

    You’re using a theme that is not supported in these forums. For pro or commercial product support please contact the author directly on their site.

    https://www.themeum.com/support/

    As the author is aware, commercial products are not supported in these forums. As you are their customer I am sure they will have no problem supporting you there.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Remove date and author/site name on bottom of each page’ is closed to new replies.