All questions about EDocman extension

Treeview

  • Thierry
  • Topic Author
  • Offline
  • New Member
  • New Member
More
3 days 4 hours ago #173667 by Thierry
Treeview was created by Thierry
Hello, how to adjust the font size of treeview elements?
can we do this by overriding the user.css file of the joomla template?

Thanks 

Please Log in or Create an account to join the conversation.

More
12 hours 27 minutes ago #173694 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Treeview
Hi Thierry,
Thank you for your inquiry.
You can increase the size of the <a> tag by adding custom CSS with the font-size property to the following class:

.k-js-category-tree a {
font-size: [your_desired_size];
}
You can add this CSS code to the custom CSS section of your template.
If you have any further questions or need assistance, please let us know.
Best regards,
Dam

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc Dam