Hallo,
können Sie mir bitte den CSS Code für das ausblenden der Kategorie im Blog mitteilen? Ergänzend dazu würde mich noch interessieren wie ich den Text “Enfold WordPress Theme by Kriesi” in der Fußzeile ausblenden kann.
Danke.
Gruß
Hey kletterfreak,
Can you please post for us in English, so we can be able to help you with your issues faster?
Thank you very much
Best regards,
Basilis
Hello,
Can you please tell me the CSS code for hiding the category in the blog? In addition, I would be interested to see how I can hide the text “Enfold WordPress Theme by Kriesi” in the footer.
Thank you.
greeting
Hi,
For hiding the category, please provide a link to the page in question so we can give you the proper css. To change the footer please Go to Enfold > Footer > Copyright > Insert [nolink]
Best regards,
Jordan Shannon
Hallo,
der link zur Seite siehe im privaten Bereich.
Danke.
Hi,
Add this to quick css:
.blog-categories .minor-meta{
display:none!important;
}
Best regards,
Jordan Shannon
Hallo,
vielen Dank. Leider funktioniert es nicht und der Kategoriename steht immer noch da.
Haben Sie noch eine Idee?
Danke.
Hi,
Please add it to the VERY TOP of the quick css area. That way it will run first.
Best regards,
Jordan Shannon
Hallo,
ich habe sonst kein CSS eingefügt. Unten finde Sie ZUgangsdaten zum einloggen bei meiner Seite.
Danke.
Hi,
Try adding the following to quick css instead:
.blog-categories.minor-meta a{
display:none!important;
}
Best regards,
Jordan Shannon
Hi,
jetzt hat es funktioniert. Vielen Dank :-)
Hi,
No problem at all my friend. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon