Tags Text CSS Help
-
I am currently using the forever theme!
If you click on one of my posts, at the bottom of the article just below the social network icons you will find the tags of that particular article. You will see a text next to the tags that says “etiquetado como” am wondering if there’s a snippet to change that text to a text of my own? Or to see if it’s possible to erase that text.. Thanks
The blog I need help with is: (visible only to logged in users)
-
To erase it, try this:
.tag-links { font-size: 0; } .tag-links a { font-size: 1rem; margin-left: -0.3rem; }To change it, add this too:
.tag-links:before { content: "YOUR ALTERNATIVE HERE"; font-size: 1rem; }
- The topic ‘Tags Text CSS Help’ is closed to new replies.