Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Setting up the homepage

New Front EN Support Forums Sensei Theme Support Setting up the homepage

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #944
    undalkeor
    Participant

    Hello!
    Could you please explain how did you switched off the page title below the image slider on homepage in your demo?

    Thank you so much in advance!

    #948
    mmsatori
    Keymaster

    Hey Undalkeor,

    first of all, thank you for the purchase!

    In the case of Sensei demo front page it was simple – I just didn’t fill in the page title field :) In case this is not good enough and you want a cleaner solution, you can go to “Appearance -> Editor” and add this line at the bottom of “style.css” (should be opened by default):
    #page-wrapper h1 { display: none; }
    or
    .page-id-xx #page-wrapper h1 { display: none; }
    where “xx” is the ID of the page in question, if you want to hide the heading on just one page; and hit “Save changes”.

    Sincerely,
    Andrew | Satori

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