• http://simmertoslimmer.com/ – Here’s the link to my website. I added a custom header image to the site. My problem is if I include “Simmer to Slimmer” in the General settings of the Dashboard, the mobile version of the website displays both the header as well as the site text title. How do I disable the text title from displaying on mobile / tablet devices.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello!

    How did you add the header image?

    Thread Starter simmertoslimmer

    (@simmertoslimmer)

    Here’s the code from mycustom css file

    /*__________ replace site title text with logo image_____ */
    .site-title a {
    display: inline-block;
    overflow: hidden;
    width:600px;
    height:94px;
    text-indent: -999em;
    white-space: nowrap;
    background-image: url(“LINK TO THE URL – CHANGE THIS”)
    }
    .site-description{
    text-indent: -999em;
    }

    Hm.. to be honest I went to see your website on my iPhone and iPad and the text title was not visible on either of the devices.

    Thread Starter simmertoslimmer

    (@simmertoslimmer)

    It is because I fixed it 🙂 Thanks for trying to help, Alex. I thought you wanted to know how to add a header image and that is why I pasted the code.

    For those who want to disable site title.. this is how I did it

    text-indent: -999em

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disabling display of text title in Tablets / Mobile’ is closed to new replies.