Jump to content

[gelöst] Schriftgrösse Produktdetails


Recommended Posts

Mit der Untersuchen-Funktion des Browsers / Firebug / Webmastertools findest du heraus, was du wo ändern mußt und kannst das live zunächst ausprobieren. Anhand eines Screenshots können wir das nicht.

 

Vor Änderungen Caches deaktivieren und danach ggf. Prestashop-Caches und Browser-Cache löschen!

Edited by rictools (see edit history)
Link to comment
Share on other sites

Danke Dir rictools, für die wo es interessiert Zeile 784 in der themes\default-bootstrap\css\product.css:

 

.our_price_display {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  color: #333; }
  @media (max-width: 991px) {
    .our_price_display {
      font-size: 26px;
      line-height: 28px; } }
  .our_price_display .price {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #333; }
    @media (max-width: 991px) {
      .our_price_display .price {
        font-size: 26px;
        line-height: 28px; } }
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...