FAQ |
Kalender |
2016-09-29, 12:55 | #1 | ||
|
|||
Medlem
|
Jag vill ändra teckenstorlek i Prestashop, men dess CSS-mall är ju gigantisk.
Mina sökningar efter en guide gav ej frukt. Nån här som kan bistå? |
||
Svara med citat |
2016-09-29, 14:10 | #2 | ||
|
|||
Har WN som tidsfördriv
|
* Öppna sidan
* Tryck på F12 i din webbläsare * Markera texten du vill ändra, CSS klassen visas * Leta upp CSS klassen i filen, ändra |
||
Svara med citat |
2016-09-29, 14:50 | #3 | ||
|
|||
Nykomling
|
Är det någon speciell text du vill ändra eller är det generellt på hela sidan?
Om du är mer specifik kan jag se om jag kan svara på din fråga. |
||
Svara med citat |
2016-10-03, 09:55 | #4 | ||
|
|||
Medlem
|
|||
Svara med citat |
2016-10-03, 10:41 | #5 | ||
|
|||
Medlem
|
Citat:
Tack på förhand! :-) |
||
Svara med citat |
2016-10-03, 23:28 | #6 | ||
|
|||
Medlem
|
Kolla i modulens tpl-filer, förmodligen är det tpl-filen med samma namn som modulen, som du ska ändra i.
|
||
Svara med citat |
2016-10-04, 14:12 | #7 | ||
|
|||
Medlem
|
Citat:
Kod:
.price.product-price { font: 600 21px/26px "Open Sans", sans-serif; color: #333; } |
||
Svara med citat |
2016-10-04, 14:18 | #8 | ||
|
|||
Medlem
|
Citat:
Kod:
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); header("Location: ../"); exit; |
||
Svara med citat |
2016-10-04, 14:59 | #9 | ||
|
|||
Medlem
|
Fann ytterligare en modulfil som tillhör "Block för nya produkter"-modulen.
/prestashop/themes/default-bootstrap/newproducts.tpl Kod:
{capture name=path}{l s='New products'}{/capture} <h1 class="page-heading product-listing">{l s='New products'}</h1> {if $products} <div class="content_sortPagiBar"> <div class="sortPagiBar clearfix"> {include file="./product-sort.tpl"} {include file="./nbr-product-page.tpl"} </div> <div class="top-pagination-content clearfix"> {include file="./product-compare.tpl"} {include file="$tpl_dir./pagination.tpl" no_follow=1} </div> </div> {include file="./product-list.tpl" products=$products} <div class="content_sortPagiBar"> <div class="bottom-pagination-content clearfix"> {include file="./product-compare.tpl"} {include file="./pagination.tpl" no_follow=1 paginationId='bottom'} </div> </div> {else} <p class="alert alert-warning">{l s='No new products.'}</p> {/if} |
||
Svara med citat |
2016-10-07, 14:01 | #10 | ||
|
|||
Medlem
|
Denna förändring i product_list.css fixade avståndet
ul.product_list.grid > li .product-container h5 { padding: 0 15px 0px 15px; min-height: 25px; |
||
Svara med citat |
Svara |
|
|