Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #130164
    Rory-webz
    Participant

    Hi all, I think Fotografie is a great theme and it is ideal for the very simple site I am making.

    I would like to remove the search function from the website and therefore to remove the little search magnifying glass on the right-hand side. Is that possible?

    Also, I would like for the title of the home page (‘Home’) and indeed any other page I might create, to not be displayed, and just to keep the content of the page displayed. Is that possible?

    Many thanks for any help,

    Rory.

    #130193
    Pratik
    Keymaster

    Hi @rory-webz,

    For search, pro version has that option. In free version add following code to Appearance=> Customize=? Additional CSS box. It also solves your other answers:

    
    #masthead .site-search,
    body.page .entry-header
     {
        display: none;
    }
    

    Let me know if this solves your issue or not. This only disables header in pages not in posts.

    Regards,
    Pratik

    #130714
    Rory-webz
    Participant

    Hi Pratik, many thanks for your reply. It worked perfectly for the search box. For the page title, I just tweaked it slightly to the following:

    #masthead .site-search,
    body.page .entry-title
     {
        display: none;
    }

    Thanks again and best wishes,

    Rory. 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove page title and search icon?’ is closed to new replies.