Search on my page not wanted

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11288

    Hello,

    I got on the bottom on my pages the search bar with the following text :
    “No posts were found with the criteria specified. Try searching for posts.”
    But i don’t want it, and i can’t suppress it.
    Can you help me ?

    #11298
    Veena
    Moderator

    You can change it in file “loop-error.php” line no:15 and comment line no: 17 to disable the search bar.

    #11300

    Thank you,

    why the title of my blog is in bold on my home page and not bold on all others pages / posts of the blog ?

    #11308
    Veena
    Moderator

    Pls share a link to your site.

    #11313

    Yep, here it is :

    http://www.pellerin-formation.com/

    You know how i can fix this ?

    #11345
    Veena
    Moderator

    Pls use the the below custom CSS in themeoptions –

    div#site-logo a span {
    font-weight: bold;
    }
    

    OR

    div#site-logo a span {
    font-weight: normal;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Search on my page not wanted’ is closed to new replies.