badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Get rid of Search bar and Page title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26532
    miri
    Participant

    How do I get rid of the search bar and page title?

    #26552

    Hi miri,

    Could you make it more clear which page title you want to hide? It would be better if you provide your site Url too.

    If you want to hide search form then Go to Appearance -> Customize -> Ambition theme options -> Header Options and check to disable search form.Click on Save & Publish button at the top of the options panel.

    Thank you!

    #26564
    miri
    Participant

    Hi,
    I would like to hide the page title of the home page.

    http://www.koshersommelier.com

    Thanks.

    #26592

    Hi miri,
    Go to Appearance -> Customize -> Ambition theme options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.

    .home .entry-title {
      display: none;
    }

    Thank you!

    #28681
    Basti B.
    Participant

    Hi folks,

    Miris question is also my questions and the provided solution isn’t really good. If you set the entry tite to “display:none” you would have to correct the padding of .home #content from 60px to 10px to avoid an empty space. This is not a big deal BUT google penalizes for hidden content! The Entry Title contains a h2 tag and it is defintely not a good idea to hide markup this way. Google could recognize this as hidden text.

    https://support.google.com/webmasters/answer/66353

    In my opinion there is only one way to fix this properly: edit the content-extensions.php at get rid of line 248 to 256.

    In general I think the page title of the Homepage should be a Theme Option. I want to use ambition as a business template with a static homepage and in this case the title of the blog is the page title of the homepage.

    Kind Regards,
    Bastian

    PS: Is it possible to change my display name to Basti B. ?

    #28716

    Hi Basti B.

    Yes you are correct hiding the H2 markup tag is not a good idea.
    All customer do not know the coding knowledge to edit/customize the code. So we provide a simple method to hide the title.
    Also you have to create the child theme to edit any code in the theme so that your code will not be lost next time you update the theme.

    We have change your display name to Basti B.

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.