Slider settings, change grey side description area

Discussion in 'Infoway WordPress Theme' started by ajyorthodontics, May 2, 2013.

  1. ajyorthodontics

    ajyorthodontics New Member

    Joined:
    Apr 24, 2013
    Messages:
    7
    Likes Received:
    0
    I'd like to change the color of the description area of the sliders from dark grey to opaque-translucent white - if this isn't possible, to just remove the description area completely. How can I do this?

    How do I create a drop down links, so when the user clicks on a question, it opens up the text pertinent to this question.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue
    It is not possible to change its color because it is an image not a color If you want to change its color then, Go to images directory present in your theme directory and replace your image with present tab images or edit it.

    The name of image is
    1."tbg.png"
    2."slider-sepnew.png"
    3."slidertextbgnew.png"

    Note:- Use same name for your edited image and remove the current image.

    2.For your second issue

    Go to
    APPEARANCE / MENUS
    Create a custom menu and only add the pages that you want to show in the navigation bar.
     
  3. wesmands

    wesmands New Member

    Joined:
    May 9, 2013
    Messages:
    3
    Likes Received:
    1
    Changing the images above worked for desktop width but the"Slider Heading Background" color stays grey on the mobile width. Any idea how I can change the mobile color also?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. ajyorthodontics

    ajyorthodontics New Member

    Joined:
    Apr 24, 2013
    Messages:
    7
    Likes Received:
    0
    How would I remove the grey description boxes on the right of the sliders completely? Are there any options to change the transitions of the images?
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    #featured ul.ui-tabs-nav {
    display: none;
    }
    This will remove the grey description boxes from the slider.
     

Share This Page