Modifying tags labels layout
- ClaudioRomeo
- Topic Author
- Offline
- Platinum Member
-
4 years 5 days ago #59774
by ClaudioRomeo
Counselor for better people in a better company
Modifying tags labels layout was created by ClaudioRomeo
I can't find any tool within Template Creator CK that allow me to change the tags labels layout, those labels displayed on the top of any article.
I want no bullets and each label next to each other.
How can I do? How can I force Template Creator to us a customized class for the tags?
Please, refer to this article for an example.
Thank you.
I want no bullets and each label next to each other.
How can I do? How can I force Template Creator to us a customized class for the tags?
Please, refer to this article for an example.
Thank you.
Counselor for better people in a better company
Please Log in or Create an account to join the conversation.
4 years 5 days ago #59776
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Modifying tags labels layout
Hi
there is no specific option for that, but you can use the custom css area to do what you want
this is just a css customization, not really related to Template Creator CK itself
CEd
there is no specific option for that, but you can use the custom css area to do what you want
Code:
ul.tags.inline {
list-style: none;
}
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- ClaudioRomeo
- Topic Author
- Offline
- Platinum Member
-
4 years 4 days ago #59784
by ClaudioRomeo
Counselor for better people in a better company
Replied by ClaudioRomeo on topic Modifying tags labels layout
Thank you.
I added this code to the custom.css:
It works, but each tag is very close to the next. I can't figure out the class which apply the margin to. Can you help me?
Anyway, please consider to offer a specific tool for managing tags within Template Creator CK. Thank you!
I added this code to the custom.css:
Code:
/********/
/* Tags */
/********/
/* */
ul.tags.inline {
list-style: none;
display: flex;
}
Anyway, please consider to offer a specific tool for managing tags within Template Creator CK. Thank you!
Counselor for better people in a better company
Please Log in or Create an account to join the conversation.
Time to create page: 0.210 seconds