• So I need to remove page titles (and the space it takes up) on certain pages (not all).

    I’ve tried a multitude of codes in the theme function php and also the css stylesheet, but none work?

    I’m new to all of this, but I’ve had a go. Apologies for posting the same post which there are lots of already on the forum – but I’ve tried 6 different combinations to no avail.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    Precisely which title are you trying to remove on the page you listed? Please point to on this page that you want removed.

    Thread Starter thegiftystore

    (@thegiftystore)

    Sorry.

    Where it says “FAQ” in text. Below the header with the main menu, but above the red scroll bar which says “Free UK Shipping” etc.

    Moderator t-p

    (@t-p)

    That is an image https://thegiftystore.com/wp-content/uploads/2018/02/FAQ.jpg

    – try changing CSS in you themes style.css template
    Look for this Css rule .lazy-loaded
    Change it .lazy-loaded {display:none;}
    – If see some side effects then try removing the image

    To add CSS:
    A custom CSS editor (usually titled “Additional CSS”) is included in the Customizer as of WordPress 4.7 specifically for this purpose. https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress.
    – If not, install the plugin Simple Custom CSS

    Backup: If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong. You can never have enough backups!

    • This reply was modified 6 years, 9 months ago by t-p.
    Thread Starter thegiftystore

    (@thegiftystore)

    Hiya @t-p

    Really appreciate the help, sincerely.

    But I’m referring to the bit of text above the image? Not sure why it’s not appearing for you (I guess that’s good – but it’s still appearing for me).

    Is there a similar snippet of CSS I can implement, to get rid of that text title?

    Moderator t-p

    (@t-p)

    I recommend asking at https://www.ads-software.com/support/theme/storevilla so the theme’s developers and support community can help you with this.

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