Jump to content

[RESOLU] pb d'affichage du panier


Recommended Posts

Voilà, j’ai changé les couleurs du thème de prestashop.
hier tout était ok. Aujourd’hui j’ai modifié les couleurs pour le bloc “mon compte”, ce qui a très bien marché mais au niveau du panier, un cadre est apparu et on ne voit plus l’ecriture.
quelqu’un pourrait me dire comment y remédier, j’y est passé 1 h sans succès

39845_CtEhd6X5BTkrglaqblSQ_t

39846_eLhv2Liq84GUNJDadnlC_t

Link to comment
Share on other sites

si je ne me trompe pas, voila le css du bloc panier :

* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left}
div.exclusive h4 { background: transparent url('../img/block_header_exclusive.gif') no-repeat top left;color: white}
div.exclusive h4 a { color: white }
div.exclusive li { margin-top: 0 }
div.exclusive, div.exclusive a { color: white }
div.exclusive .block_content {
background: #d6c6b3 url('../img/block_exclusive_bg.jpg') repeat-x bottom border-left: 1px solid #9b5600;
border-right: 1px solid #9b5600} /

voilà celui du bloc mon compte (que j'ai changé ce matin):

block myaccount */
#left_column div.myaccount,
#right_column div.myaccount { background: #f7f1e8 url('../img/block_footer_myaccount.jpg') no-repeat bottom left }
div.myaccount h4 { background: #f7f1e8 url('../img/block_header_myaccount.jpg') no-repeat top left }
div.myaccount h4 a, div.myaccount h4 { color: white }
div.myaccount, div.myaccount a { color: #898900 }
div.myaccount ul.bullet { margin-top: 0.6em }
div.myaccount ul.bullet li { background-image: url('../img/bullet_myaccount.gif') }
div.myaccount ul.bullet .icon { display: none }
div.myaccount p.logout { padding: 0.3em 0 0.3em 2em }
div.myaccount p.logout, div.myaccount p.logout a { color: #898900 }
div.myaccount p.logout a { text-decoration: underline }
div.myaccount p.logout a:hover { text-decoration: none }
div.myaccount .block_content { background: #f7f1e8 url('../img/block_bg_myaccount.jpg') repeat-x bottom left;
border-left: 1px solid #f7f1e8; border-right: 1px solid #f7f1e8}
.account_input { margin-left: 0; width: 15em}

si tu as besoin d'autre partie du css, dis moi

Link to comment
Share on other sites

bon ça y est, j'ai enfin trouvé et tout est rentré dans l'ordre.
J'avais effacé sans faire exprès un"left" dans le "block exclusive" :
div.exclusive .block_content { background: #d6c6b3 url(’../img/block_exclusive_bg.jpg’) repeat-x bottom left; border-left: 1px solid #9b5600; border-right: 1px solid #9b5600} /

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...