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 11 years 1 month 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.
Last Edit:11 years 1 month ago by Django29
Last edit: 11 years 1 month ago by Django29.

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

Replied by joomlaplates on topic Same CSS for K2 items as for Joomla articles

Posted 11 years 1 month ago #6835
You can add the joomla title class to the K2 title class.
Therefore add this code below to your custom.css

.itemHeader .itemTitle {
border-bottom: 2px solid #d33d33;
color: #000;
margin-top: 0;
padding-bottom: 20px;
}

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 11 years 1 month ago #6983
Problem solved.

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

Moderators: joomlaplates
Powered by Kunena Forum