Hintergrundfarbe einer Schaltfläche ändern (Produktinformationen)

Hallo,

wo im Backend kann ich die Farbe der aktuell grauen Schaltfläche (siehe folgender Screenshot und Link) ändern?

Vielen Dank für eure Unterstützung.

Viele Grüße
Stefan

Push

Hallo,

der Bereich hat eigentlich auch keine Hintergrundfarbe, deshalb kannst du diese logischerweise auch nicht im Backend beeinflussen, siehe http://shyim.shopwaredemo.de/elastic-muetze-153?number=SW10153 .

Die jetzige Anpassung stammt also entweder aus deinem eingesetzten Drittanbieter - Theme oder einem Plugin. Die Frage kann dir also im Prinzip auch nur der Hersteller des Drittanbieter - Themes beantworten.

Solch eine Anpassung kannst du aber auch problemlos im eigenen Theme über CSS / LESS machen: https://developers.shopware.com/designers-guide/less/#using-less-in-your-theme .
Grüße

Sebastian

  1. Type < button  in the body of you HTML. …
  2. Type style= after " button" in your  button  tag. …
  3. Add a quotation mark (") after the equals (=) sign. …
  4. Type  background - color : in the quatation marks after „style=“. …
  5. Type a semi-colon (:wink: after the background color visit myprepaidcenter. …
  6. Type border- color : in the quatation marks after „style=“.

@Brittany schrieb:

  1. Type < button in the body of you HTML. …
  2. Type style= after " button" in your  button  tag. …
  3. Add a quotation mark (") after the equals (=) sign. …
  4. Type  background - color : in the quatation marks after „style=“. …
  5. Type a semi-colon (:wink: after the  background color. …
  6. Type border- color : in the quatation marks after „style=“.

??? 

.content.product--details div.tab-menu--product.js--tab-menu div.tab--navigation a.tab--link.has--content.is--active {background: red;}