Okay
  Public Ticket #314836
Portfolio Grid Hover Buttons and Color Overlay
Closed

Comments

  • Kate started the conversation

    How do I: 

    1. Change the text on the Portfolio buttons from "View Larger" or "More Details" to something of my own choosing. 

    2. Change the background color of the Portfolio button? 

    3. Change the hover color overlay on the Portfolio item in the grid? 

    Thank you! And I love working with this theme.

  •  8,406
    Tahir replied

    Hey!

    1: You will likely have to change the texts in "Salient/nectar/tinymce/shortcode-processing.php".

    2 &3 : Add this into the Custom CSS box located in your Salient Options panel :

    body .portfolio-items[data-col-num="elastic"] .work-info-bg {
        background-color: #ff0 !important;
    }
    
    
    body .portfolio-items .col .work-item .work-info a {
        background-color: #f00 !important;
    }
    
    Thanks 


    ThemeNectar Support Team