Page 1 of 1

Problem with css

Posted: 10 Jul 2016, 18:04
by edix
Hello :) And thank's a lot for Phoca Download ;)

Joomla : 3.5.1
Phoca Download : 3.1.2

I have a problem with my breadcrum CSS.

When I'm on a page with Phoca Download in main content, I have a CSS more on my breadcrum

I try make a new breadcrum (with other name) in my template : same problem

The best for see the problem is to go on website http://joom.hpff.eu/index.php/ecouter
Exemple of normal CSS on all part of website : http://joom.hpff.eu/index.php

I hope you have any information, if not, just ask to me :)

Best regards

Edix

Re: Problem with css

Posted: 10 Jul 2016, 18:25
by christine
Hi edix,

the reason belongs to: bootstrap.min.css, which shows the background-color: #f5f5f5; It's not recommended to change it in bootstrap.min.css.

So, just enter at the end of your template.css:

Code: Select all

.breadcrumb {
background-color:transparent;  
}
also:

Code: Select all

.breadcrumb > li {
text-shadow: none;  
}
Kind regards, Christine