Bonsoir,
j'ai mis en place les produits associés et lors de l'affichage de ceux ci sur mon template, ils apparaissent sur un fond blanc, or je voudrais changer cela pour un fond transparent (#00000)
je vois bien la class (il faut changer le #FFFFFF par #00000
#hikashop_category_information_module_110 div.hikashop_subcontainer {
background: none repeat scroll 0 0 #FFFFFF;
apparement cela ne fait pas partie d'un css car selon l'affichage du code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
">
<html xmlns="
www.w3.org/1999/xhtml
" xml:lang="fr-fr" lang="fr-fr" >
<head>
<base href="http://127.0.0.1:8888/index.php/fr/categorie1/product/8-yt-i-wish" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="generator" content="Joomla! 1.7 - Open Source Content Management" />
<title>YT - I Wish</title>
<link href="http://127.0.0.1:8888/index.php/fr/component/search/?Itemid=114&ctrl=product&task=show&cid=8&name=yt-i-wish&format=opensearch" rel="search" title="Valider Reggea Music Shop" type="application/opensearchdescription+xml" />
<link rel="stylesheet" href="/media/com_hikashop/css/frontend_default.css" type="text/css" />
<link rel="stylesheet" href="/media/system/css/modal.css" type="text/css" />
<link rel="stylesheet" href="/media/mod_languages/css/template.css" type="text/css" />
<style type="text/css">
#hikashop_category_information_module_110 div.hikashop_subcontainer {
background:#FFFFFF;
}
#hikashop_category_information_module_110 .hikashop_rtop *,#hikashop_category_information_module_110 .hikashop_rbottom *{
background:#FFFFFF;
}
#hikashop_category_information_module_110 div.hikashop_subcontainer,#hikashop_category_information_module_110 div.hikashop_subcontainer span {
text-align:center;
}
#hikashop_category_information_module_110 div.hikashop_container {
text-align:center;
une grosse partie des CSS sont directement dans la page.
Pouvez vous m'aiguiller pour corriger cela ?
Vous remerciant d'avance
Cdlt
Patrick