Comments Kate started the conversationNovember 8, 2014 at 6:12amHow 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,841Tahir repliedNovember 10, 2014 at 2:52pmHey!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 Sign in to reply ...
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.
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 :
ThemeNectar Support Team