I use the standard Joomla tag component, tags are not visible in the article
Show tags in the settings area is active
.layout-blog .tags{display: block;}
Hi, Can you please mention the site URL and give me the credentials by PM to have a look?
Best Regards
Hi,
I've just added a line of CSS in your custom CSS.
.layout-blog .tags{display: block;}
Best Regards
Hi,
I've just added a line of CSS in your custom CSS.
.layout-blog .tags{display: block;}
Best Regards
body.view-article.layout-blog .tags
{
display: block!important;
}
Note: Path towards custom CSS:Hi,
Really sorry for such a delayed response!
You may try the following code to your custom CSS, replacing my previous code:
Note: Path towards custom CSS:
body.view-article.layout-blog .tags
{
display: block!important;
}
Extensions>Templates>Styles>
Click on your current default template name then choose Template Options.
Then find custom CSS within the custom code.
https://prnt.sc/pu705g
https://prnt.sc/pu70zn
Best Regards
Glad that it is working. You are always welcomeHi,
Really sorry for such a delayed response!
You may try the following code to your custom CSS, replacing my previous code:
Note: Path towards custom CSS:
body.view-article.layout-blog .tags
{
display: block!important;
}
Extensions>Templates>Styles>
Click on your current default template name then choose Template Options.
Then find custom CSS within the custom code.
https://prnt.sc/pu705g
https://prnt.sc/pu70zn
Best Regards
Hello there,
I added the code to the relevant field and it was done. thank you for your help