• Resolved nic0le24

    (@nic0le24)


    Can someone please point me in the right direction, I’d like to remove the text from the header, so that the header only contains the custom image I’ve uploaded.

    Thanks in advance

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author James Koster

    (@jameskoster)

    Hi Nicole,

    Not sure if you’re using the .org or .com version of the theme…

    For .org, add the following to your functions.php file;

    remove_action( 'highwind_header', 'highwind_site_title' );

    Thanks

    Thread Starter nic0le24

    (@nic0le24)

    Thanks James, I’m using .org – and added that line to my functions.php file but it doesn’t seem to have worked.

    Any further suggestions? Thanks for your time.

    Nicole

    Theme Author James Koster

    (@jameskoster)

    Hi Nicole, the code definitely works. Are you sure you added it in the right place? It should go at the bottom of your functions.php file.

    Thanks

    try this in style.css

    .site-title {
    display: none
    }

    .site-description {
    display: none;
    }

    @xantippe666: Please stop advising people to edit the theme itself

    @esmi:
    sorry, i forgot to mention to add those lines in hers highwind-child theme, is that ok?

    Thread Starter nic0le24

    (@nic0le24)

    Thanks @xantippe666, that has worked.

    I have created a child theme with a functions.php file and added the line:
    remove_action( 'highwind_header', 'highwind_site_title' );

    This does not remove the site title. Any ideas why not?

    I did edit the css file to remove it but trying to figure out why the remove_action doesnt work.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove title and tagline text from header’ is closed to new replies.