Keyword

item's title & category blog title same color why?

  • Shahjahan Siraj
  • Shahjahan Siraj's Avatar Topic Author
  • Offline
  • New Member
More
10 years 3 months ago #129599 by Shahjahan Siraj
Hello,

The 'category blog title' and 'item title' become same color! I am using K2, is it coming from K2 or main joomla template ?

machizo.com/brac/events

- I want make different color. Example

Upcoming Event ( blog time, BLUE )

and

Upcoming event test posting ( item title, PINK ).

Looking a support.

Best regards - Siraj
www.machizo.com

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 3 months ago #129600 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: item's title & category blog title same color why?
That is from your template's styling.
h2.itemTitle {
 color: #d10074;
}
This will make your item title purple.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Shahjahan Siraj
  • Shahjahan Siraj's Avatar Topic Author
  • Offline
  • New Member
More
10 years 3 months ago #129601 by Shahjahan Siraj
Replied by Shahjahan Siraj on topic Re: item's title & category blog title same color why?
Thank you very much Krikor . It works.

I have solved the by creating the following code in 'template.css'


.latestItemsCategory{
}

.latestItemsCategory a {
color: #000000;
}

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


Powered by Kunena Forum