Tagged: footer
- This topic has 7 replies, 2 voices, and was last updated 5 years, 8 months ago by Skandha.
-
AuthorPosts
-
March 13, 2019 at 11:21 am #167783Matthias HessParticipant
Hi there,
I’m running a Smart Slide 3.0 PRO item in Footer One. It appears on every page but is only supposed to appear on the front page. Is there a routine to stop the display on all other pages except for the front page?
Thanks in advance
ElwisMarch 13, 2019 at 11:37 pm #167821SkandhaParticipant@infoeyeamamazed-com: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaMarch 14, 2019 at 12:41 pm #167864Matthias HessParticipantThank you.
March 15, 2019 at 12:47 am #167901SkandhaParticipant@infoeyeamamazed-com: To display the footer slider only on homepage
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.body:not(.home) #smartslider3-5 { display:none; }
Let me know if this is what you want!
Kind Regards,
SkandhaMarch 15, 2019 at 2:52 am #167909Matthias HessParticipantworks perfekt – thanks a lot. I have another little issue on the same url. Upper right corner on the front page. The search field does not seem to be formated appropriately in the dark color setting. I think it should be white background, black text and broad enough to show at least the symbols and text foreseen. Would there be a cure as well?
Many thanks
Elwis
March 15, 2019 at 3:36 am #167911SkandhaParticipant@infoeyeamamazed-com: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.header-sidebar #s { width:100px; color:#000; } #search-5 { background-color:#fff; } input#s { height:32px; }
Let me know if this works out!
Kind Regards,
SkandhaMarch 17, 2019 at 5:33 pm #168077Matthias HessParticipantHi Skandha,
search field change works nicely – many thanks. You did send me a code regarding smartslider3 in footer 1 only appearing on the frontpage. Now I have loaded another footer with an ECWID related code to display a single product. Here again it shows on all pages like the smart slider. Could you please help confining it on the frontpage only?
Many thanks
ELWIS
March 19, 2019 at 3:07 am #168197SkandhaParticipant@infoeyeamamazed-com: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
body:not(.home) #ecwidlatestproducts-3 { display:none; }
Let me know if this is what you want!
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Everest PRO theme – Footer Areas One to Four’ is closed to new replies.