Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    As the title “Product” is integral to SEO, it would be unwise to delete it, however you can remove it from view with CSS.

    Some CSS options are to use;

    display: none;

    or

    text-indent: -9999px;

    Thread Starter nathan_nielson12

    (@nathan_nielson12)

    Where do i place that?

    This is what shows up in my page.php template

    <?php
    /**
     * PAGE
     *
     * This file meets the WordPress template requirements for 'page.php'
     *
     * @package     PageLines Framework
     * @since       ...
     *
     * @link        https://www.pagelines.com/
     * @link        https://www.pagelines.com/tour
     *
     * @author      PageLines   https://www.pagelines.com/
     * @copyright   Copyright (c) 2008-2012, PageLines  [email protected]
     *
     * @internal    last revised January 20, 2012
     * @version     ...
     *
     * @todo Define version
     */
    
    setup_pagelines_template();

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Lines "Page" Help’ is closed to new replies.