phrase 'Archives de Tag'

  • Unknown's avatar

    Hi there !

    Is there a way to remove the phrase ‘Archives de Tag’ when we display the list of posts related to a tag ?
    My theme is Ascetica.

    Thank you very much.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there.

    Sure thing.

    It’s possible to hide that text with some custom CSS. If you’re not familiar with CSS, it’s a coding language that’s used across the web to change the appearance of websites:

    https://en.support.wordpress.com/custom-design/#custom-css

    To add custom CSS, you firstly need to go to My Site in WordPress.com then choose the option to Customize In the left sidebar. You’ll reach what’s known as the WordPress.com Customizer:

    https://wordpress.com/customize/lafontainelangfordfr.wordpress.com/

    From here, click on the CSS tab. Below the introductory text in the resulting editor, copy and paste the following CSS to hide that text completely, including the tag name:

    .tag .page-title {
      display: none;
    }

    Hope that helps out! Please don’t hesitate to let us know if you have any extra questions on that.

  • The topic ‘phrase 'Archives de Tag'’ is closed to new replies.