Okay
  Public Ticket #264717
Slider down arrow and captions
Closed

Comments

  •  1
    Gilda started the conversation

    Hi

    1.  Is there a way to change the nectar slider navigation arrows to look like the ones that are on the Home Slider?

    2. Alternatively, is there a way to add a "down" arrow to the home slider?

    3. For some reason, I can't make the captions show up in the Nectar Slider. Suggestions?

    Thank you.

  •  8,839
    Tahir replied

    Hey Gilda!

    1 and 2 is not possible. Can you please setup the page with the Nectar slider so i can see why the captions are not working. 

    Thanks


    ThemeNectar Support Team 

  •  1
    Gilda replied

    OK, I did that. (set up the page with Nectar slider)

    I also can no longer find the ability to include the "down" arrow.

    Additional questions:

    Using the "tabbed content" function, is there a way to adjust the:

    1.  color of the tabs, tab tex, and color of selected tab?

    2.  color of the tab body text?

    Thanks

  •  8,839
    Tahir replied

    Hey Gilda!

    Please see ticket: http://themenectar.ticksy.com/ticket/54892

    Cheers


    ThemeNectar Support Team 

  •  1
    Gilda replied

    I think the above instructions are for the "toggle" or "accordion" element, not the "tabbed content" (see attached)

    I am still having problems with the captions on the nectar slider.  Now the caption shows up, but even though I chose the text as "light", for example, the caption shows up dark, and is thus difficult to read (although the title shows up "light")  Please see the second slide at: http://dev-drpop.mystagingwebsite.com/

    Thank you for your assistance.

  •  8,839
    Tahir replied

    Hey Gilda!

    Sorry for the delay, I can see the light caption there. Also for the tab use this custom css.

    Add this into the Custom CSS box located in your Salient Options panel :
    .tabbed > ul li a {
        color: #888 !important ;
    
    
    }
    
    
    .tabbed > ul li:hover, .wpb_content_element .wpb_tabs_nav li {
        background-color: transparent!important;
    }
    
    
    
    
    .tabbed > ul li a:hover {
        background-color: rgba(0,0,0,0.035) !important;
    }
    
    
    .tabbed > ul li:last-child a {
        border-color: transparent !important;
    }
    
    
    .tabbed > ul li a.active-tab {
        color: #fff;
        border-color: #27CFC3 !important;
        background-color: #27CFC3 !important;
    }
    
    
    
    Thanks


    ThemeNectar Support Team 

  •  1
    Gilda replied

    Thanks you!