News:

Support the VirtueMart project and become a member

Main Menu

Remove category name from "browse pages" - css not working

Started by finngu, January 09, 2020, 18:19:46 PM

Previous topic - Next topic

finngu

I need to remove the category title from all browsepages .....
I tried using this CSS:
.browse-view h1 {
    display: none;
}

BUT it only works on platforms and browsers that supports it. So on ipads/safari the category titles are still there...!!
Above css seems to works on my pc on ipads :(

So i think I need to have it removed NOT by CSS but in the specific file that puts the category titles on the browse pages

I looked inside "products-php" after doing some googleing, but no changes that I make there works...

So specifically which php file is actually putting in the category title on all the browse pages??
Can anyone tell me that, and what I have to remove?

In the old days I believe I could make a setting in Joomla's menu item settings, but this seems to be gone with latest versions of VM and Joomla?

I am using Helix Ultimate as template



Thanks
Finn

GJC Web Design

QuoteBUT it only works on platforms and browsers that supports it. So on ipads/safari the category titles are still there...!!

if basic css like 
.browse-view h1 {
    display: none;
}
was platform dependent the internet would collapse!!!   :P

Clear your caches!!!!
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

finngu


finngu