Okay
  Public Ticket #362082
Button shortcode Q
Closed

Comments

  • Robert started the conversation

    Yo,

    Can you tell me the shortcode text for a ghost button that doesn\'t have a color fill on hover? But does have the little animated arrow on hover.

    Basically, like the buttons in the 1/2 columns in the link above, but without fill on hover.

    Thanks!

  • Robert replied

    Figured it! Another few questions:

    URL: wiline2.wpengine.com

    1) In the main hero, what's the best way (in your experience) to add a caption background to the primary hero text? I can change the colour and opacity if it's just some css, just need to know the right id (so I won't go adding a caption to other stuff too by accident!)

    2) How do I change the portfolio URL? From"site /portfolio/item" to "site"/features/item" ?

    3) Is there a way to override the color on milestones?

    Thanks!

  • Robert replied

    Figured out 2).

  •  8,441
    Tahir replied

    Hey!

    Sorry for the delay, everytime you add a comment it moves the ticket further down the queue . 

    1: Add this into the Custom CSS box located in your Salient Options panel :

    .swiper-slide .content h2 {
        padding: 4px 0px;
        display: inline-block;
        position: relative;
       
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
        box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
        -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
        line-height: 45px;
    }
    .swiper-slide .content p {
        padding: 4px 0px;
        display: inline-block;
        position: relative;
        
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
        box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
        -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
        line-height: 45px;
    }
    
    
    
    3: You can set a milestone color in here : http://prntscr.com/604t8b  . 
    Thanks 


    ThemeNectar Support Team