I am wanting to know how to remove the "view Case" & Photo light grey tag on the front page of my site ? please see photo. Also wondering when I email a link to my page such as this
Is it possible to remove the /satellite_portfolio/ words of this link ? & how to do this. Just want to clean up the site a bit with unwanted or unnecessary things.
2. you can go to cutomizer -> portfolio options to change the custom slug. Just enter your own and after saving the changes go to Settings -> Permalinks and press 'Save' to refresh them.
In order to completely remove it you may want to use a plugin:
This did work. On a mobile phone a "filters" menu option comes up ? How to remove this as well. Only shows when you are on a mobile phone. under filter comes a submenu with architecture etc .
Hello,
I am wanting to know how to remove the "view Case" & Photo light grey tag on the front page of my site ? please see photo. Also wondering when I email a link to my page such as this
https://soundsynergy.com.au/satelite_portfolio/pre-school-shows-byron-bay-gold-coast-brisbane-sunshine-coast/Is it possible to remove the /satellite_portfolio/ words of this link ? & how to do this. Just want to clean up the site a bit with unwanted or unnecessary things.
Hi,
1. plz add
.below-caption .item-cat {
display: none;
}
in customizer -> additional CSS
2. you can go to cutomizer -> portfolio options to change the custom slug. Just enter your own and after saving the changes go to Settings -> Permalinks and press 'Save' to refresh them.
In order to completely remove it you may want to use a plugin:
https://wordpress.org/plugins/remove-cpt-base/
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank You,
This did work. On a mobile phone a "filters" menu option comes up ? How to remove this as well. Only shows when you are on a mobile phone. under filter comes a submenu with architecture etc .
Thank You
Gareth
Hi, if you want to hide the filters menu on mobile phone you can use
@media only screen and (max-width: 1024px){
#show-filters {
display: none;
}
}
in customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy