I have my slider appearing on my landing/home page which is what I want, but it’s also coming up on my blog/posts page. I do not want it on my blog page. How do I remove it?
This question is in addition to my sidebar question. My slider is stretching my images. Images are 580×300 72dpi.
Thanks!
http://authortaraelizabeth.com
Please ignore the second part of this question. I found the answer.
Please help!
Does anyone know the answer to this?
I have my slider appearing on my landing/home page which is what I want, but itβs also coming up on my blog/posts page. I do not want it on my blog page. How do I remove it?
What “modele” or “template” did you use to create your blog page ?
If you chose “landing page” the slider is automatically displayed…
I am on “default template” now, but also tried ALL of them. Nothing will get rid of it.
Can someone please help me resolve this issue. Or tell me if there is no resolution.
Thanks!
Hi tpreje3,
Try to add this to your css:
.blog ul.slides {
display: none;
}
Cheers,
Alexander @ http://www.mouseclick.com
Oh my goodness, you are awesome!!!! Thank you soooo much!!! Now it all works/looks just the way I want.
You Rock!
Thanks,
Tara E.
I’m still seeing the slider controls, try this:
.blog #slider {
display: none;
}
Thank you so much! I didn’t want to ask for anything else so I let it go. I really appreciate the extra code! It worked like a charm!