Turn off Breadcrumbs on the Category Page and remove white backround in the view

Started by FICBA, February 11, 2014, 09:59:50 AM

Previous topic - Next topic

FICBA

Hi,

I've looked and looked but can't find a solution to this.......

I would like to remove the Breadcrumb bar in the category page on Virtuemart........  http://www.vo2bikes.co.uk/index.php/menu-styless

Also......how do i get rid of the big white boxed area around the category images please?

I am using Joomla 2.5.18 & Virtuemart 2.0.26d

Any help guidance would be greatly appreciated

Thanks

Julian

jenkinhill

Could not see breadcrumbs but that is usually a Joomla module anyway.

The box problem is caused by the border style in your Joomla template's file, jsn_ext_vm.css
.productdetails .main-image {
    border: 5px solid #F8F8F8;
    padding: 10px;
}

In future I suggest you use Firebug.  http://forum.virtuemart.net/index.php?topic=116620.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

FICBA

Thanks Kelvin, I'd managed to remove the breadcrumbs myself......

Also managed to removed the white box too, my issue now is being able to change the colour of the text to white on the product details page....

I can't find the css code for that......

http://www.vo2bikes.co.uk/index.php/menu-styless/nutrition/sis-product-range/sis-intro-pack-detail

I've installed firebug, but am new to using it and it said something about not being able to access the css files......