Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1199779

    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

    • This topic was modified 4 years, 7 months ago by TakiwaSoulArt.
    #1202583

    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

    #1204680

    Thank you so much, it helped me :)

    Best regards, Sabine

    #1204897

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.