Changing feature pointers

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26845
    joe423176
    Member

    How do you change them on home 2? Where should you set the CSS?

    #26850
    Veena
    Moderator

    These are the feature pointer CSS –

    #feature-pointers img { position: absolute; opacity: 0; }
    #feature-pointers img.feature1 { top: 62px; left: 390px; }
    #feature-pointers img.feature2 { top: 160px; left: 10px; }
    #feature-pointers img.feature3 { top: 300px; left: 370px; }
    #feature-pointers img.feature4 { top: 310px; left: 10px; }
    

    you can change the pointer position by adjusting these top and left values.
    You can check this in style.css file.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.