Tut mir leid :) Dein Beitrag hat mich aber schon einwenig weitergebracht!
Aber erstmal reiche ich einiges nach:
URL: http://www.ludwig-wgm.de
WP-Version: 4.1.1-de_DE
Theme: Solon
Plugins: 2 Click Social Media Buttons, User Role Editor
Zitat
/*--------------------------------------------------------------6.0 Posts and pages
--------------------------------------------------------------*/
.sticky {
background-color: #2A363B !important;
}
.sticky,
.sticky .entry-title a {
color: #fff;
}
.hentry {
margin-bottom: 30px;
background-color: #fff;
padding: 30px;
border: 1px solid #E0E0E0;
}
.entry-thumb,
.single-thumb {
position: relative;
display: block;
margin: 0 auto 20px;
overflow: hidden;
}
.slide img,
.entry-thumb img {
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.slide img:hover,
.entry-thumb img:hover {
-webkit-transform: scale(1.2) rotate(3deg);
transform: scale(1.2) rotate(3deg);
-ms-transform: scale(1.2) rotate(3deg);
}
.entry-header {
margin-bottom: 15px;
}
.entry-title {
margin-top: 0;
}
.entry-title a {
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.entry-title a:hover {
color: #e86f67;
}
.hentry .entry-meta,
.entry-footer {
padding: 5px 0;
border-top: 1px dashed #e86f67;
border-bottom: 1px dashed #e86f67;
}
.entry-summary {
position: relative;
}
.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a {
font-size: 12px;
color: #e86f67;
}
.entry-header span:after,
.entry-footer span:after {
content: "/";
margin: 0 5px;
}
Alles anzeigen
-> Füge ich an dem Fettmarkierten Bereich aus dem style.css ein display:none;-Tag an, dann verschwindet die komplette Zeile, auch wenn ich den Beitrag einzeln aufrufe. Allerdings möchte ich, dass nur von der Startseite die einzelnen Kategorien etc. verschwinden. Ist dies überhaupt möglich?
Vielen Dank für ihre Antwort
Felix