Jump to content

Recommended Posts

Hi,

 

du willst den span mit der class cat-name aus der category.tpl rausnehmen? Ja klar kannst Du das machen, ist halt beim nächsten PS update wieder da aber denk das ist Dir klar. Ansonsten natürlich einfach mittels css ausblenden.

 

Gruß, Tom

Link to comment
Share on other sites

Das findest Du so in keiner css Datei, musst hinzufügen!

 

Hast also noch kein eigenes css? Kommt ja drauf an was Du so vor hast mit deinem Shop aber eventl. mal überlegen ob ein eigenes nicht sinnvoll wäre

 

> https://dh42.com/free-prestashop-modules/prestashop-free-css-module/ (Modul)

 

> https://www.prestashop.com/forums/topic/466057-solved-additional-custom-css-where-to-place/ (ohne Modul)

 

Wenn nicht dann am einfachsten in die \themes\default-bootstrap\css\global.css

 

Wiso willst Du die Höhe ändern? passt sich ja autom dem Inhalt an bzw. nach (glaub ich) 350 Zeichen kommt ja eh ein "mehr"

Link to comment
Share on other sites

global.css

ca. zeile 6612 "display: none;" einfügen: (ganze Zeile ausblenden)

.page-heading {
	display: none;
  font: 600 18px/22px "Open Sans", sans-serif;
  color: #555454;
  text-transform: uppercase;
  padding: 0px 0px 17px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d4d4;
  overflow: hidden; }

Datensicherung!

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

Schau mal in Deiner Kategorie-Beschreibung , ob Du da ein paar Zeilenumbrüche am Ende hast;

wenn Du sie nicht gleich im Editor siehst, kannst Du sie sichtbar machen indem Du den Quelltext anschaust:

 

post-434580-0-82491000-1457694459_thumb.png

 

die Höhe sollte sich eigentlch immer automatisch bis auf die Maximalhöhe der Box anpassen, es sei denn jemand hat schon irgendwas in den Dateien gemacht, oder ein anderes Template verwendet.

 

eventuell danach noch template kompilieren und cache leeren.

Edited by kulli (see edit history)
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...