Tagged: sidebar
Hallo,
ich bräuchte Hilfe in Deutsch – mein Englisch hat nur Standardvokabular – in drei Bereichen:
1. Wie kann ich die Rahmen um die Schlagwörterwolke in der Sidebar entfernen und evtl. mit einem anderen Zeichen voneinander trennen?
2. In der Vorschau zu den Blogthemen – also der Hauptübersicht – werden die Kategorien in der Schrift der Überschrift angezeigt. Ich hätte diese Kategorie gerne in der Textschrift. Wie kann ich das einstellen?
Vorab schon einmal herzlichen Dank und liebe Grüße
Sabine
Hey Sabine,
We are very sorry for the late response.
1.) You can use this css code to remove the borders around the tag cloud items and add a separator between them.
.tagcloud a {
border: 0;
}
.tag-cloud-link::after {
content: '/';
margin-left: 10px;
display: inline;
}
If you want to replace the separator symbol, just edit this line.
content: '/';
Best regards,
Ismael
Thank you so much, it helped me :)
Best regards, Sabine