Shop Categories

X

agama pro want no displaying link to picture into job

Home Forums Agama Pro agama pro want no displaying link to picture into job

Topic Resolution: Resolved

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9776
    Patrice
    Participant

    Hello
    on the home page I would like to no display the link to zoom picture , just only the link to the Job article
    I have tried:
    .left-icon {display: none;}
    but this doesn’t work
    Do you have an idea ?
    Thank you for help
    Regards

    #9777
    Zex
    Moderator

    Hello, Patrice!

    Insert following code in Customizing->General->Additional CSS :

    .portfolio-overlay a.left-icon{
        display:none!important;
    }
    .portfolio-overlay a.right-icon{
          right:60%!important;
    }

    Regards

    #9781
    Patrice
    Participant

    Hello
    YES !!!! that works fine

    Thank you very much

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.