• Removing site title in the background of headers

    amandaletran
    Participant

    Hello, I am using the Laxuary theme and using the pre-built home pages. Just wondering how I can go about removing the title of the website that hovers behind all the headers in the website. For example, on my homepage, you can see ‘Origami Destination’ hovering behind ‘Luxury Accommodation’ and ‘Featured Destination’ etc. Thanks.

    1 Reply
    Adnan Shawkat
    Keymaster

    Hi there,

    To remove this you can simply use a css code to achieve this. I’m providing you the code so that you can put it into your custom css in theme option or on child theme & you’ll be able to remove subheading.

    
    .section-title span {
        display: none;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.