• Closed
  • Ryan Russell
    Spectator
    December 23, 2014 at 3:10 am #13860

    Hello,

    I am trying to hide the site title & tagline from my site so that it doesn’t appear on the site, but indexed by search engines. I’ve search for the solution in google but all of the suggestions haven’t worked. Where can I edit the code to make the title & tagline invisible? Thanks.

    Roman
    Spectator
    Posts: 3147
    December 23, 2014 at 12:15 pm #13863

    insert in the Custom CSS field:

    #logo,#tagline {display:none;}

    Ryan Russell
    Spectator
    Posts: 5
    December 28, 2014 at 3:30 am #14019

    That worked! Thanks Roman.