Jump to content
xt:Commerce Community Forum

Textgröße Preis auf der Startseite


P.D.

Recommended Posts

im xt_default Template in der Stylesheet müsste das die

Zeile 163 sein:

.productPreviewContent .price{font-size:16px; font-weight:bold; padding:0; margin:0}
und mit font-size gibts du die Schriftgröße an. Zeile 169 ist für den "alten Preis" wenn du Sonderpreise benutzt
.productPreviewContent .productOldPrice {font-size:12px; font-weight:bold; color:#ff0000;}[/code]

Oder nutzt du ein anderes Template?

Link to comment
Share on other sites

Ich benutze ein modifiziertes Template, allerdings nicht sehr modifiziert.

Bei mir steht dort folgendes:

/* PRODUCT PREVIEW */

.productPreview {padding:0; margin:0;}

.productPreviewContent {vertical-align:top; width:100%}

.productPreviewContent h2 {padding: 0; margin:0px 0px 5px 0px;}

.productPreviewContent h2 a {font-size:20px; font-weight:bold;}

.productPreviewImage {vertical-align:top; padding:3px 15px 0px 0px;}

.productPreviewImage img {border: solid 1px #999999;}

.productPreviewContent .price { color: #000000; font-size:20px; font-weight:bold; font-style: normal; padding:0; margin:0 }

.productPreviewContent .taxandshippinginfo {font-size:11px; font-weight:normal; color:#999999; padding:0; margin:0}

.productPreviewContent .vpe {font-size:11px; font-weight:normal; color:#999999; padding:0; margin:0}

.productPreviewContent .shippingtime {font-size:11px; font-weight:normal; color:#999999; padding:0; margin:0}

.productPreviewContent .stockimage {margin:0; padding:0;}

.productPreviewContent .stockimagetext {margin:0; padding:0; font-size:11px; font-weight:normal; color:#999999;}

.productPreviewContent .productOldPrice {font-size:12px; font-weight:bold; color:#ff0000;}

.productPreviewContent .taxandshippinginfo a {font-size:11px; font-weight:normal; color:#999999;}

Link to comment
Share on other sites

Ok, vielen Dank für die Tipps. Erkenntnis: Die Einstellung der Textgröße kommen, warum auch immer, aus Zeile 3 der stylesheet.css

body {

        font-family:Tahoma, Verdana, Arial, Sans-serif;

        font-size:13px;

        margin:0;

        padding:0;

        background-image:none;

        background-color:#ffc;

}

Link to comment
Share on other sites

Sehr merkwürdiges Template hast du da... Selbst gebastelt?

der body definiert normal die "Allgemeinen" Texte. z.B. Produktbeschreibung und Texte denen du keine spezielle Formatierung zu ordnest...

Aber die Texteigenschaften für den Preis werden ja definitiv bei dem zuvor geposteten Code zugeordnet. Warum greifen dann dennoch die Standardeigenschaften?

Link to comment
Share on other sites

ok, ich tip mal drauf das bei dir die die Preise nicht definiert sind...

schau mal unter:

\templates\DEIN-TEMPLATE\xtCore\pages\price

z.b. in der price.html sollte es so aussehen im Standard Template

<span class="price">{$PRICE.formated}</span>[/CODE]

Genau das steht auch bei mir...

Link to comment
Share on other sites

.price {

font-size: 20px;

}

vergrössert auf der Startseite den Preis auf 20px

hänge es dahin wo du willst

mache es entweder am Ende des .css oder unter die Sachen für die Startseite

Und Cache leeren :)

:D Wow, es kann doch immer so einfach sein! Vielen Dank!!!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...