Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #167783
    Matthias Hess
    Participant

    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
    Elwis

    #167821
    Skandha
    Participant

    @infoeyeamamazed-com: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #167864
    Matthias Hess
    Participant
    #167901
    Skandha
    Participant

    @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,
    Skandha

    #167909
    Matthias Hess
    Participant

    works 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

    #167911
    Skandha
    Participant

    @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,
    Skandha

    #168077
    Matthias Hess
    Participant

    Hi 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

    #168197
    Skandha
    Participant

    @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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Everest PRO theme – Footer Areas One to Four’ is closed to new replies.