Remove Address from Slider

Discussion in 'GeoCraft WordPress Theme' started by georgemn, Feb 11, 2013.

  1. georgemn

    georgemn Guest

    Joined:
    Feb 8, 2013
    Messages:
    2
    Likes Received:
    0
    How would I remove the address from the slider on both the homepage and category pages?
     
  2. tobyb

    tobyb Active Member

    Joined:
    Dec 28, 2011
    Messages:
    256
    Likes Received:
    31
    Location:
    World Wide
    Good idea as with some very long address used in map, the slider drops down lower if address goes into 2nd line!
     
  3. gosmartmobi

    gosmartmobi Member

    Joined:
    Nov 14, 2012
    Messages:
    39
    Likes Received:
    1
    I would like to know how that is done also.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .jcarousel-skin-tango .slider-item section{
    display:none;
    }
     
    TSMM likes this.

Share This Page