Slider questions

Discussion in 'StartPoint Business One Page WordPress Theme' started by lgaspar, Mar 26, 2014.

  1. lgaspar

    lgaspar New Member

    Joined:
    Apr 14, 2013
    Messages:
    18
    Likes Received:
    4
    Is there a way to resize the slider image from the default size?
    Also is there a way to remove the description box and link on the first slider? It reverts to the default text and link to Inkthemes if there is no text in the box
     
  2. Piyush

    Piyush Support Staff

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

    1. It is not possible for us to resize the slider because it require lots of customization in the theme and time consuming too.
    It may also break the theme layout if we try to resize it.

    2. To remove the description box and link on the first slider you can paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #page > div.flexslider > ul > li:nth-child(1) .flex-caption {
    display:none;
    } 
    This will solve your issue.
     

Share This Page