Okay
  Public Ticket #357386
buttons
Closed

Comments

  •  2
    Rian started the conversation

    Hi!

    1)  is possible to add a round gradient background behind the "more content below" arrow on the home slider?

    2) is it possible to add a dropshadow to buttons?

    3) I have selected a background picture for a column and wish for it to have a gradient on hover.  it is set up but nothing happens on hover.

    thanks!

  •  8,849
    Tahir replied

    Hey!

    No i am afraid these wont be possible without custom work. 

    Best,

    -T


    ThemeNectar Support Team 

  •  2
    Rian replied

    ok thanks.

    can i change the text color on hover of the tabs?

    thanks again.

    BTW where is the button sizer for the nectar slider i couldn't find it.

  •  8,849
    Tahir replied

    Hey Again!

    Please see: http://prntscr.com/5wd10k  .

    Thanks 


    ThemeNectar Support Team 

  •  2
    Rian replied

    thanks! was looking in the wrong place.

    1) How can i change the text color on hover of the tabs?

    2) how can i change the call to action button font/size/ take away all caps?

    3) how can I hide the portfolio page's title and navigation arrows?

    4) how can I change custom button font/size/ take away all caps?


  •  8,849
    Tahir replied

    Hey Again!

    I cant seem to view your site ?. Also can you provide the direct page links of where i can see these elements on your site. 

    Best,

    -T


    ThemeNectar Support Team 

  •  2
    Rian replied

    sorry for some reason the link was missing a #

    1) http://1f2.a71.myftpupload.com/our-work/

    2) bottom of every page

    3) http://1f2.a71.myftpupload.com/portfolio/jane-doe...

    4) every custom button on the site

  •  8,849
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    .tabbed > ul li a:hover {
        background-color: rgba(203, 196, 118, 1) !important ;
    }
    
    
    
    
    .single-portfolio .row .col.section-title h1,#portfolio-nav ul.controls {
        display: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  •  2
    Rian replied

    thank you!

    1) that took care of everything but the squares on the top left (photo attached)

    2) how to change the font type/size and take away the all caps for all custom buttons and the call to action button?

  •  8,849
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-portfolio #full_width_portfolio #portfolio-nav {
        display: none !important;
    }
    
    And for the nectar buttons :
    a.nectar-button {
        text-transform: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  •  2
    Rian replied

    wonderful!

    1) that worked for all but the nectar slider. 

    2) how can i change the font and font size of all buttons?

    3) how do i change the font color of a menu item turned into a button when it's active?  www.kageno.org/donate

    you are always so reliable. thanks again!

  •  8,849
    Tahir replied

    Hey!

    1: 

    .swiper-slide .button a{
        text-transform: none !important;
    }
    

    2:

    .swiper-slide .button a,a.nectar-button {
    
    font-size:18px !important;
    
    font-family:'sintony' !important;}

    3: 

    body header#top nav .sf-menu > li.menu-button.current-menu-item > a {
        color: #09BD12 !important;
    }
    

    Thanks 


    ThemeNectar Support Team 

  •  2
    Rian replied

    thank you!!!

    are there any tricks to getting the home slider to load faster?

  •  8,849
    Tahir replied

    You can use W3Total Cache and Better WP Minify for minification. 

    Thanks 


    ThemeNectar Support Team 

  •  2
    Rian replied

    hi, i tried changing the toggle font color with this code but it doesn't work. can you tell me what it should be?

    .toggle{

    font-color : #b90101 !important:

    }

  •  8,849
    Tahir replied

    Try " .toggle h3 " .

    Thanks


    ThemeNectar Support Team 

  •  2
    Rian replied

    didn't work

  •  8,849
    Tahir replied

    Can you provide the direct page url of the toggle.

    Thanks


    ThemeNectar Support Team 

  •  2
    Rian replied

    randalmyers.com/#resume

  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .toggle h3 a {
        font-size: 21px !important;
        line-height: 21px !important;
    }

    Thanks



    ThemeNectar Support Team