I would like to remove the 'sort portfolio' text and 'current catagory' text that appears on the sortable portfolio (horizontal) menu, I'm just not super sure on what to edit in the code as I'm still learning my way around php!
I'm guessing it has something to do with this code here form template.portfolio.php
Hi,
I would like to remove the 'sort portfolio' text and 'current catagory' text that appears on the sortable portfolio (horizontal) menu, I'm just not super sure on what to edit in the code as I'm still learning my way around php!
I'm guessing it has something to do with this code here form template.portfolio.php
<li id="sort-label"><?php echo (!empty($options['portfolio-sortable-text'])) ? $options['portfolio-sortable-text'] : __('Sort Portfolio',NECTAR_THEME_NAME); ?>:</li>
<li><a href="#" data-filter="*"><?php echo __('All', NECTAR_THEME_NAME); ?></a></li>
Hey!
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
Great, thank you so much!