Keyword

K2 Content - module - css problem

  • ELEFTHERIOS MANOLIS
  • ELEFTHERIOS MANOLIS's Avatar Topic Author
  • Offline
  • Junior Member
More
13 years 8 months ago #92441 by ELEFTHERIOS MANOLIS
K2 Content - module - css problem was created by ELEFTHERIOS MANOLIS
 

i have a problem with k2 content module

i try to make small font in the itemtittle

 

in my module settings in the "Select sub-template" i have the "Use Default"

 

I go to mysite/template/mytemplate/css/k2.css

and make the change in the



/*

Modules: mod_k2_content

*/

 

.k2ItemsBlock ul li a.moduleItemTitle { font-size:14px; }

 

BUT NOTHINGS HAPPENS

 

I try to change and the k2.css files in the

mysite/components/com_k2/css/

 

But nothing happens again

 

why happens this?

 

any help?

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

More
13 years 8 months ago #92442 by Emmanouil
Replied by Emmanouil on topic K2 Content - module - css problem
The most likely is that tha the font-size is inherited from another class.

 

Try .k2ItemsBlock ul li a.moduleItemTitle { font-size:14px !important;}

 

Generally learn to use the !important statement :)

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


Powered by Kunena Forum