Archived topic
Changing Tags Placement
11 replies · Started by Oppo Gene on December 30, 2022
Hi there, as area highlighted in screenshot, I want to place tags under the download button, and before the info template of the file. Please share css or script, so I can resolve this issue. Also please guide, through which typography option we can edit tag font size and its colour
Screenshot (https://postimg.cc/9DqvN9jV)
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
And how is the Download button added?
Let me know :)
The download button is added through the plugin Download Manager, the private information is shared, as in this page you can see the tag that is above the player, I want to show them after the Download Button, (Red)
Hi there,
the Theme cannot place them there.
You would need to ask the Download Manager Plugin author if there is a hook available after that button. And then we could look at some PHP to hook them in.
and If we want to place it under the given player of the download page, is it possible?
Screenshot (Under the player: https://postimg.cc/FYLN86KQ)
This is related to your other topic. We will respond there.
I have replied on tags topic, If we place the tags, under the player and before the "download button", can we do it through theme, or WPDM support is still needed?
No, the Theme can't add the tags there.
That content is output by the plugin, you would need to ask their support if there is an action hook in their code in that place.
ok, is it possible to change the theme icon tag, if so, tag icon like shared in image?,
You can use the PHP Snippet provided here:
https://docs.generatepress.com/article/generate_svg_icon/
On this line:
if ( 'shopping-cart' === $icon ) {
Change it toL
if ( 'tags' === $icon ) {
And then replace the <svg> with yours
Hi there, I want to increase the tag font size, and make it link and hover colour to blue, please guide, how it should be done
Please open a new topic and link us to the specific page in question.
I'll mark this one resolved.
Thanks.