StyledThemes

How do I remove the name bar?

Home Forums WordPress Themes – Premium Lavish Pro How do I remove the name bar?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17157
    Phil
    Participant

    Hi,
    How do I remove the double name that appears underneath the header. It is connected to the site title but is not required. See attached image
    Thanks
    Phi
    doublename.jpg

    Attachments:
    You must be logged in to view attached files.
    #17158
    Sushil Adhikari
    Moderator

    Hi Phil,

    Could you please send us your site URL, so we can provide you appropriate solution of your issue. Also you can try this by adding this css on child theme style.css file , that may works:

    .home  .col-md-6 h1 {
    	display: none;
    }

    We look forward for your response.

    Thanks

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