End of Support for Joomla 3 - Forum closed
[SOLVED] Same CSS for K2 items as for Joomla articles
Same CSS for K2 items as for Joomla articles was created by Django29
Posted 9 years 8 months ago #6833
Hi
The Joomla articles have an horizontal green line below the title, but the K2 items have not.
I noticed that the first ones are H1, and the second are H2.
How can I have this CSS for the K2 items too ? The answer is probably how can I have all titles as H1.
The Joomla articles have an horizontal green line below the title, but the K2 items have not.
I noticed that the first ones are H1, and the second are H2.
How can I have this CSS for the K2 items too ? The answer is probably how can I have all titles as H1.
Last Edit:9 years 8 months ago
by Django29
Last edit: 9 years 8 months ago by Django29.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Same CSS for K2 items as for Joomla articles
Posted 9 years 8 months ago #6835
You can add the joomla title class to the K2 title class.
Therefore add this code below to your custom.css
Therefore add this code below to your custom.css
.itemHeader .itemTitle {
border-bottom: 2px solid #d33d33;
color: #000;
margin-top: 0;
padding-bottom: 20px;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: Django29
Please Log in or Create an account to join the conversation.
Replied by Django29 on topic [SOLVED] Same CSS for K2 items as for Joomla articles
Posted 9 years 8 months ago #6983
Problem solved.
by Django29
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates