Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #852469

    DJL36
    Participant

    On our website the Hompage is the first thing you see when you go to our site: http://www.advancedtransportservices.us

    Can you please tell me how to get rid of the word “Home” from top of

    #852673

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .home h1.entry-title {
        display: none !important;
    }

    Thanks.