Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #280112

    SolveUs
    Participant

    Hi Guys,

    Does the X Theme have a robots.txt file? As google is saying that my x theme site can’t be crawled due to this file. Please can you have a look at this?

    #280113

    SolveUs
    Participant
    This reply has been marked as private.
    #280309

    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    It’s not included on any theme. It’s user responsibility to add it depending on their preferred setup. There is online generator for robots.txt and there are plugin that you can install too.

    http://tools.seobook.com/robots-txt/generator/
    https://yoast.com/wordpress-robots-txt-example/ (SEO Yoast plugin)

    Once you created it, just upload it through FTP at your wordpress’s root folder.

    Thanks.

    #280427

    SolveUs
    Participant

    Thanks,

    Sorry I have one more question. I have enabled breadcrumbs and want to remove the white line that goes across my page under the breadcrumb. See the page below for the example

    http://www.solveus.com/businesses-entreprenuers/

    Please use the login details as provided in this chain.

    #280428

    SolveUs
    Participant
    #280492

    Christopher
    Moderator

    Hi there,

    Please add the following CSS under Customize -> Custom -> CSS :

    .x-breadcrumb-wrap {
      border-bottom: none;
      box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    }

    Hope it helps.