Okay
  Public Ticket #2703260
showing and hiding elements
Closed

Comments

  •  5
    BradElin started the conversation

    Hi, 


    Id like to have the social icons only show on certain pages, how can I achieve this? 


    also im not sure how to switch a page from "dark" to "light" colour options, - see attached layout at what im trying to achieve 


    Thank you

  •  2,721
    Andrew replied

    Hi BradElin,

    Thanks for keeping in touch.

    Please enable the option marked below:

    8855108239.png

    I can see you only have a single page with the social icons, you can may be elaborate so that we know whether we are missing something.

    Thanks.

  •  5
    BradElin replied

    Hi, 

    yes, regarding the social icons how can I select which page to have them on? I.e the 2nd, 3rd and last page, see attached layouts


    thanks for the help 

  •  2,721
    Andrew replied

    Hi There,

    I am afraid this may not be possible as the sections are under the same page id.

    Thanks.

  •  5
    BradElin replied

    O ok, 

    ill then keep the logos there, not the end of the word, 


    thanks 


    can you please assist me with the text with hover links, I cant get the image to fit in the centre of the screen it just resizes to the full screen height 

  •  2,721
    Andrew replied

    Hi There,

    Please send screenshots of the request you have just sent and also elaborate on what you would want the text with hover links to do.

    Thanks.

  •  5
    BradElin replied

    so you see the image is nicely fitting within the centre right of the screen, 

    if you look at https://rebel.dotsandcoms.co.za/#rebel

    you'll see the image is stretched height wise 


    attached is what im trying to achieve

  •  2,721
    Andrew replied

    Hi Again,

    Please try this css:

    .row .nectar_image_with_hotspots img {
        width: 100%;
        margin-bottom: -280px;
        height: 1025px;
    }

    Thanks.