VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: FICBA on February 11, 2014, 09:59:50 AM

Title: Turn off Breadcrumbs on the Category Page and remove white backround in the view
Post by: FICBA on February 11, 2014, 09:59:50 AM
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
Title: Re: Turn off Breadcrumbs on the Category Page and remove white backround in the view
Post by: jenkinhill on February 11, 2014, 15:10:54 PM
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
Title: Re: Turn off Breadcrumbs on the Category Page and remove white backround in the view
Post by: FICBA on February 11, 2014, 15:20:29 PM
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......