Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Links auf Startseite (nur Startseite) von Shop Blau und Unterstrichen, wieso?

    heydle

    • Neu im Forum
    • Beiträge: 8
    • Geschlecht:
    hi Leute,
    Weiss irgend jemand der sich mit dieser Sache auskennt wo hier der Fehler liegen könnte?
    Im Stylesheet habe ich bereits mal gesucht mit dem Entwickler Modus.
    Leider finde ich nichts was mir weiterhilft.
    Komisch ist das dies jedoch nur auf der Ersten Seite eintrifft und nicht auf den folgenden..
    denke hier liegt irgendwo der wurm im Index oder Stylesheet nur wo und wie müsste dies aussehen?
    hat hierzu evtl. jemand ein tipp?`

    besten dank für eure Hilfe.

    Shoplink: www.küchenschlacht.ch



    Linkback: https://www.modified-shop.org/forum/index.php?topic=31263.0

    hpzeller

    • Experte
    • Beiträge: 4.129
    • Geschlecht:
    Hallo heydle

    Die Ursache: Du bindest im Content (zentraler Bereich) der Startseite unter anderem folgende Style-Anweisung ein

    Code: CSS  [Auswählen]
    a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        mso-themecolor:hyperlink;
        text-decoration:underline;
        text-underline:single;}

    Ändern kannst Du es in dem Du im Admin Content Manager den Content 'Index' bearbeitest.

    Gruss
    Hanspeter

    heydle

    • Neu im Forum
    • Beiträge: 8
    • Geschlecht:
    Hi Hanspeter,
    Vielen Dank =)

    a:link, span.MsoHyperlink
       {mso-style-priority:99;
       color:black;
       mso-themecolor:hyperlink;
       text-decoration:none;
       text-underline:single;}

    Nun funktionierts =) =) =)

    hpzeller

    • Experte
    • Beiträge: 4.129
    • Geschlecht:
    Hallo heydle

    Also ich habe deinen Shop nochmal angeschaut und festgestellt das die Farbe der Links nach der Änderung jetzt nicht mehr blau sind, die Schriftart in den Boxen auf der Startseite aber immer noch eine andere ist als auf den restlichen Seiten.

    Der Grund dafür sind die Style-Anweisungen in deinem Content 'Index', ich empfehle dir deshalb folgenden Code aus diesem Content vollständig zu entfernen.

    Code: CSS  [Auswählen]
    <style type="text/css">
    <!--
     /* Font Definitions */
    @font-face
            {font-family:Arial;
            panose-1:2 11 6 4 2 2 2 2 2 4;
            mso-font-charset:0;
            mso-generic-font-family:auto;
            mso-font-pitch:variable;
            mso-font-signature:3 0 0 0 1 0;}
    @font-face
            {font-family:Times;
            panose-1:2 0 5 0 0 0 0 0 0 0;
            mso-font-charset:0;
            mso-generic-font-family:auto;
            mso-font-pitch:variable;
            mso-font-signature:3 0 0 0 1 0;}
    @font-face
            {font-family:"MS &amp;#26126;&amp;#26397;";
            panose-1:0 0 0 0 0 0 0 0 0 0;
            mso-font-charset:128;
            mso-generic-font-family:roman;
            mso-font-format:other;
            mso-font-pitch:fixed;
            mso-font-signature:1 134676480 16 0 131072 0;}
    @font-face
            {font-family:"Cambria Math";
            panose-1:2 4 5 3 5 4 6 3 2 4;
            mso-font-charset:0;
            mso-generic-font-family:auto;
            mso-font-pitch:variable;
            mso-font-signature:3 0 0 0 1 0;}
    @font-face
            {font-family:Cambria;
            panose-1:2 4 5 3 5 4 6 3 2 4;
            mso-font-charset:0;
            mso-generic-font-family:auto;
            mso-font-pitch:variable;
            mso-font-signature:3 0 0 0 1 0;}
     /* Style Definitions */
    p.MsoNormal, li.MsoNormal, div.MsoNormal
            {mso-style-unhide:no;
            mso-style-qformat:yes;
            mso-style-parent:"";
            margin:0cm;
            margin-bottom:.0001pt;
            mso-pagination:widow-orphan;
            font-size:12.0pt;
            font-family:Cambria;
            mso-ascii-font-family:Cambria;
            mso-ascii-theme-font:minor-latin;
            mso-fareast-font-family:"MS &amp;#26126;&amp;#26397;";
            mso-fareast-theme-font:minor-fareast;
            mso-hansi-font-family:Cambria;
            mso-hansi-theme-font:minor-latin;
            mso-bidi-font-family:"Times New Roman";
            mso-bidi-theme-font:minor-bidi;}
    a:link, span.MsoHyperlink
            {mso-style-priority:99;
            color:black;
            mso-themecolor:hyperlink;
            text-decoration:none;
            text-underline:single;}
    a:visited, span.MsoHyperlinkFollowed
            {mso-style-noshow:yes;
            mso-style-priority:99;
            color:purple;
            mso-themecolor:followedhyperlink;
            text-decoration:underline;
            text-underline:single;}
    p
            {mso-style-priority:99;
            mso-margin-top-alt:auto;
            margin-right:0cm;
            mso-margin-bottom-alt:auto;
            margin-left:0cm;
            mso-pagination:widow-orphan;
            font-size:10.0pt;
            font-family:Times;
            mso-fareast-font-family:"MS &amp;#26126;&amp;#26397;";
            mso-fareast-theme-font:minor-fareast;
            mso-bidi-font-family:"Times New Roman";}
    .MsoChpDefault
            {mso-style-type:export-only;
            mso-default-props:yes;
            font-family:Cambria;
            mso-ascii-font-family:Cambria;
            mso-ascii-theme-font:minor-latin;
            mso-fareast-font-family:"MS &amp;#26126;&amp;#26397;";
            mso-fareast-theme-font:minor-fareast;
            mso-hansi-font-family:Cambria;
            mso-hansi-theme-font:minor-latin;
            mso-bidi-font-family:"Times New Roman";
            mso-bidi-theme-font:minor-bidi;}
    @page WordSection1
            {size:612.0pt 792.0pt;
            margin:70.85pt 70.85pt 2.0cm 70.85pt;
            mso-header-margin:36.0pt;
            mso-footer-margin:36.0pt;
            mso-paper-source:0;}
    div.WordSection1
            {page:WordSection1;}
    -->
    </style>

    Gruss
    Hanspeter
    Trade Republic - Provisionsfrei Aktien handeln
    4 Antworten
    2974 Aufrufe
    04. August 2012, 16:39:16 von Semper Talis
    10 Antworten
    2147 Aufrufe
    30. Juli 2018, 17:25:43 von Viol
    2 Antworten
    3048 Aufrufe
    28. November 2011, 16:26:59 von Tomcraft
    7 Antworten
    1789 Aufrufe
    19. September 2017, 09:43:39 von hpzeller