Remove logo from specific pages

Support Area Forums Finesse Remove logo from specific pages

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.survivortown.com
  • Author
    Posts
  • #35109
    Tony Mormino
    Participant

    Hi Bill I have two pages on this site that i would like to remove the logo please. Would like to remove logo on Sew Grown and Fight or Flight pages please.

    Thanks! Tony

    #35126
    Bill Robbins
    Moderator

    Good Morning Tony,

    Probably the best way to do that would be with a plugin like Royal Custom CSS (https://wordpress.org/plugins/rt-custom-css-page-and-post/). It lets you add CSS on a per page/post basis. Once the plugin (or similar one) is activated, you would add this CSS to it’s edit box on the page you want to remove the logo:

    
    #logo {
    	visibility: hidden;
    }
    

    If the plugin works, that should hide the logo on the pages where you add that.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove logo from specific pages’ is closed to new replies.