• Resolved evanlaksmono

    (@evanlaksmono)


    Hi there

    Trying to figure out how to remove the site title and tag line on my website

    Sorry i am still a noob at this.

    Here is the site
    https://www.saribumbuindonesia.com

    I want to remove the site title (top left ) and tagline (Top right) on the home screen

    Any help will be appreciated

    Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • I’m still new at this as well…

    Assuming you have a child theme, try adding these to your custom stylesheet:

    .home .tc-header .brand .site-title { display: none; }
    .home .navbar .site-description { display: none; }

    Thread Starter evanlaksmono

    (@evanlaksmono)

    thank you for your respond.

    will try that!
    really appreciated it

    Thread Starter evanlaksmono

    (@evanlaksmono)

    It works! thank you very much deputy05!!

    Best luck always to you ??

    If you need further help, take a look at the Snippets. There’s over 100 there to help.

    Thread Starter evanlaksmono

    (@evanlaksmono)

    Thank you rdellconsulting

    have been looking at around and been using the code that deputy05 provide me

    .home .tc-header .brand .site-title { display: none; }
    .home .navbar .site-description { display: none; }

    I have removed the page Title and tagline in the HOME page
    https://www.saribumbuindonesia.com

    But the page title and tagline are still there for other pages
    https://www.saribumbuindonesia.com/?page_id=2

    I tried the following codes swell in the snippets
    /* Remove Page Icon/Title */
    .page .entry-title.format-icon {
    display: none;
    }
    /* Remove Post Icon/Title */
    .post .entry-title.format-icon {
    display: none;
    }

    Doesn’t do the jobs as well ??

    Any help will be appreciated

    remove .home from:

    .home .tc-header .brand .site-title { display: none; }
    .home .navbar .site-description { display: none; }

    Thread Starter evanlaksmono

    (@evanlaksmono)

    You are legend mate.

    Thanks heaps!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Page title and Tagline in the theme page! help please’ is closed to new replies.