Hi :)
Mich störte in den Artikelmetadaten die Erwähnung meines Namens - der steht ja nun über dem Blog und muss nicht alle zehn Sekunden wieder auftauchen. Ich hatte mir einen passenden Code in das zusätzliche CSS gesetzt und festgestellt, es nahm mir nur das Datum, nicht den Autorentag. Ich habe daran gebastelt, es aber nicht hinbekommen - das alles habe ich nur in der Vorschau betrachtet, die Veränderung nicht gespeichert.
Dann habe ich den Schnipsel komplett gelöscht und dann gespeichert, vermutlich aus Gewohnheit. Da nun aber nahm der (nicht mehr vorhandene Code) die Metadaten heraus. Und ich finde keine Stelle, in der dieser Code nun sich eingeschlichen haben könnte ...
So sieht die CSS jetzt aus. Jemand eine Ahnung, was ich tun kann, um das Datum zurück zu bekommen?
Danke!
.entry-content p {
text-align: justify;
}
.site-title {
font-family: Annabella;
}
border-radius: 20px;
.post {
text-align: justify;
}
.page {
text-align: justify;
}
.attachment {
text-align: justify;
}
.entry-content h2 {
text-transform: uppercase;
font-family: Annabella;
letter-spacing: 0.05em;
}
.entry-content h3 {
text-transform: uppercase;
font-family: Annabella;
letter-spacing: 0.05em;
}
.entry-header {
color: #ba0f45;
}
.widget a {
color: #26758c;
}
.reply-title {
color: #ba0f45;
font-size: 30px;
font-family: Annabella Sans;
}
.site-description {
font-size: 30px;
color: #ba0f45;
font-family: Annabella Sans;
}
.entry-title {
color: #ba0f45;
font-size: 30px;
font-family: Annabella;
}
.widget p {
color: #0a5a81;
}
.swidgets-wrap h3 {
background: #fffdf9;
display: inline-block;
line-height:130%;
padding: 0px 20px;
font-size: 26px;
font-weight: 300;
color: #ba0f45;
margin-bottom: 5px;
}
.widget-title{
color: #ba0f45;
font-family: Annabella Sans;
text-transformation: none;
font-size: 60px;
}
.gallery-item {
float: left;
margin: 0 !important;
overflow: hidden;
padding: 0 8px 2px 0;
position: relative;
}
.breadcrumbs {
display: none;
}
.site-branding .site-description {
font-size: 30px;
font-family: Annabella Sans;
}
h2 {
font-family: Annabella;
color: #0a5a81;
font-weight: 100;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
h1 {
font-family: Annabella;
font-size: 2em;
font-weight: 200;
}
h3 {
font-family: Annabella;
color: #0a5a81;
font-weight: 100;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.tnp-widget input.tnp-submit {
background-color: #0a5a81;
margin: 0;
}
.blogpost-button {
padding: 10px 20px;
border-radius: 0px;
font-weight: 400;
font-size: 14px;
color: #fff;
margin: auto;
display:inline-block;
text-decoration: none;
border-radius: 20%;
}
.page-numbers li {
display: inline-block;
list-style:none;
}
ul.page-numbers {
display: inline-block;
padding: 0;
height: auto;
margin: 10px auto 20px auto;
}
.page-numbers li a{
background: #26758c;
padding: 10px 17px;
border-radius: 50%;
transition: all 0.4s;
font-size: 12px;
color: #fff;
margin: 0 2px;
text-decoration: none;
border: 1px solid #0a5a81;
font-weight:400;
display: inline-block;
float: left;
}
.page-numbers li a:hover {
background:rgba(0,0,0,0);
color:#0a5a81;
}
.page-numbers.dots {
background: rgba(0,0,0,0);
padding: 10px 17px;
transition: all 0.4s;
font-weight:400;
font-size: 12px;
color: #0a5a81;
margin: 0 5px;
text-decoration: none;
border: 1px solid #26758c;
display: inline-block;
float: left;
border-radius: 50%;
}
.page-numbers.current {
background: rgba(0,0,0,0);
padding: 10px 17px;
transition: all 0.4s;
font-weight:400;
font-size: 12px;
color: #0a5a81;
margin: 0 5px;
text-decoration: none;
border: 1px solid #26758c;
display: inline-block;
float: left;
border-radius: 50%;
}
Newsletter Plugin Css
/* Newsletter Widget Minimal */
.tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #0a5a81;
background-color: #ffffff;
color: #0a5a81;
font-size: 14px;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #0a5a81;
background-color: #0a5a81;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
box-sizing: border-box;
height: auto;
margin: 0;
}
/* The minimal form */
.tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
}
.tnp-subscription-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-subscription-minimal input.tnp-email {
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #0a5a81;
background-color: #ffffff;
color: #0a5a81;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
}
.tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #0a5a81;
background-color: #0a5a81;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
box-sizing: border-box;
border-radius: 0px;
margin: 0;
}
@font-face {
font-family: 'annabella Sans';
src: url('/fonts/AnabellaSans-Regular.otf') format('opentype');
}
@font-face {
font-family: 'Annabella';
src: url('/fonts/Anabella-Regular.otf') format('opentype');
}
Alles anzeigen