Remove slider navigation and space

Discussion in 'Appointway WordPress Theme' started by v4sb, Feb 9, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Is there a way to remove the slider navigation and remove the space that will be left over once this is done?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flex-direction-nav, .flex-pauseplay {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Thank you. That worked; however, there is space left over after applying this. Is there anyway to reduce this space (between the slider and the three-feature area)? Thank you. By the way, you guys are great. I really appreciate your support.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

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

    Code:
    .featurebox {
    margin-top: -15px;
    }
    .featurebox .featurebox_wrapper {
    padding-top: 10px;
    margin-top: -15px;
    }
    Thanks,
    Praveen
     

Share This Page