• imagex

    (@imagex)


    i have setup a product slider using wp-ecommerce (which is a good system, but their support is almost non existent!)

    Look at my page here:
    http://www.webdevworks.org/dev16/imagechina82/

    You see on the slider of images thumbnails under the main slideshow, there is a small blue text overlayed on each image. I want to remove this.

    How?

    I have tried inspect element, but im not sure what to do…

    Please help ASAP 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • theendtimes

    (@theendtimes)

    Hey,
    heres one way to remove it, through css –
    Find ” .gallery_slider .meta ” in your css file

    and add this line of code –
    display:none

    this removes the ‘blue hyper link’ from the images but also removes it where ever else it is displayed throughout your site!

    Hope it helps

    Thread Starter imagex

    (@imagex)

    hey man – this works well 🙂

    one more question – you see on the homepage, i have included 2 latest blog posts (they have the “share”button under, but the share button is closer to the next post than the one it is actually assigned to

    this runs from the share this plugin and is automatically added to all the pages

    how to put some extra space under the share this plugin?

    theendtimes

    (@theendtimes)

    Great to hear,

    🙂

    add margin-bottom:40px ( adjust for your desired look )

    to ” .addthis_default_style “
    in your css file..

    if you cannot find that class, add it and then add that attribute.

    🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove a blue hyper link from my image?’ is closed to new replies.