Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author shazdeh

    (@shazdeh)

    Just give it a high z-index in your CSS file.
    Something like:
    #site-title { z-index: 999; }

    Hi, I tried this solution but with no succes. I added a high z-index to the site-title and description but it still doesn’t show on my site. How can i get it back again? I would like to have the title and description display in front of the slider.

    https://www.dooves.nl

    Plugin Author shazdeh

    (@shazdeh)

    I am so sorry! For the z-index to work in CSS, the element must have relative or absolute position, so the full code should be:
    #site-title { position: relative; z-index: 999; }
    See https://css-tricks.com/video-screencasts/40-how-z-index-works/ for more info on z-index.

    Shazdeh thanks for the quick response. Your solution helped and the title is displayed now. Is there also an easy CSS way to get the title displayed above the image slider (like on your screenshot with the twenty-eleven theme)?

    Best regards and thanks for creating the plugin!

    Plugin Author shazdeh

    (@shazdeh)

    Just add this to your stylesheet:
    .slider-wrapper { clear: both; }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Header Image Slider] How do I display the Site title’ is closed to new replies.