Video box

Discussion in 'Woodpecker WordPress Business Theme' started by mawebdesign, Apr 21, 2014.

Thread Status:
Not open for further replies.
  1. mawebdesign

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    Hi i have inserted 2 images in the Video box area but would like the images to link to a website page and NOT pop up as images,

    is this possible ??

    if not can the link be disabled (so you just see the images) and only use the text link to website pages

    Thanks



     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .vid-holder1 img, .vid-holder2 img {
    pointer-events: none;
    } 
    This will solve your issue.
     
  3. mawebdesign

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    Hi Thanks Piyush for your help and support:)
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page