Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Genau, leider funktioniert das bei mir nicht.Vielleicht so etwas? https://jsfiddle.net/ggsxm8fr/
<style type="text/css">
body
{
p > span {
text-shadow: 1px 1px 1px grey;
}
}
</style>
<p style="font-family: 'Gothambold'; font-colour: #000000"><span>Texxt</span></p>
Da bei Dir wohl kein SCSS am Start ist, um mit dem verschachtelten Selektor umgehen zu können, nutze die konventionelle CSS-Syntax:Genau, leider funktioniert das bei mir nicht.
HTML:<style type="text/css"> body { p > span { text-shadow: 1px 1px 1px grey; } } </style> <p style="font-family: 'Gothambold'; font-colour: #000000"><span>Texxt</span></p>
body {}
p > span {
text-shadow: 1px 1px 1px grey;
}
Da bei Dir wohl kein SCSS am Start ist, um mit dem verschachtelten Selektor umgehen zu können, nutze die konventionelle CSS-Syntax:
Und aus font-colour wird color.CSS:body {} p > span { text-shadow: 1px 1px 1px grey; }
Kannst Du bitte auch den Link zur Seite nennen?Der Code wird nicht verarbeitet. Steht dann so auf der Internetseite als Text. Ich nutze WordPress.
So gibt es die Seite nicht, ich habe es mir als Vorschau anzeigen lassen.Link zur Seite nennen?
...online im Netz.So gibt es die Seite nicht
Vorschau?ich habe es mir als Vorschau anzeigen lassen.
...online im Netz.
Aber sicher auf einem lokalen Webserver. Ohne ihn läuft kein CMS - in Deinem Fall Wordpress.
Vorschau?
Wenn die Seite für uns nicht zugänglich ist, dann zeig hier bitte den vollständigen Quellcode dieser Testseite.
- Im ControlPanel von WP?
- Ein Browser-Screenshot à la http://browsershots.org & Co.?
- ...?
Vielleicht ist ja alleine das schon von mehr Erfolg gekrönt.
body {}
p > span {
text-shadow: 1px 1px 1px grey;
}
<p style="text-align: center; font-size: 48px; font-family: 'Gothambold'; font-weight: bold;font_container=tag:h1; line-height: 55px; padding-top: 120px;">NEU</p>
[cs_custom_heading text="Überschrift" font_container="tag:h1|text_align:center|color:#000000" font_format="400" style="style-none"]
<p class="border"; style="text-align: center; font-size: 30px; line-height: 48px;">Überschrift</p>
<body>
<p style="font-family: 'Gothambold'; font-colour: #000000"><span>Text.</span></p>
<p style="font-family: 'Gothambold'; font-colour: #000000"><span>Text 1!</span></p>
<p style="font-family: 'Gothambold'; font-colour: #000000"><span>Text2</span></p>
<p style="font-family: 'Gothambold'; font-colour: #000000"><span>Text 3.</span></p>
</body>
Ist diese Quellcodeversion (nur) ein Datenkopierübertragungsfehler?HTML:body {} p > span { text-shadow: 1px 1px 1px grey; } <p style="text-align: center; font-size: 48px; font-family: 'Gothambold'; font-weight: bold;font_container=tag:h1; line-height: 55px; padding-top: 120px;">NEU</p> [cs_custom_heading text="Überschrift" font_container="tag:h1|text_align:center|color:#000000" font_format="400" style="style-none"] <p class="border"; style="text-align: center; font-size: 30px; line-height: 48px;">Überschrift</p> <body> ... </body>