By ho on Sunday, 26 January 2014
Posted in General Issues
Replies 3
Likes 0
Views 727
Votes 0
My site need 3 or more "EasyBlog Latest Blogs " module have diffrent style.

I follow tutorials

I set up Module class suffix in modules

and add codes in
.../components/com_easyblog/assets/css/module.css
or
.../templates/ja_magz/css/custom.css

All not work

Any idea?
Not sure what you are trying to do actually but you can add css codes like this


.ezblog-latestpost.new .mod-post-title
{
font-size: 50px !important;
}
·
Monday, 27 January 2014 12:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ho,

You need to add a "space" in the class suffix. For example if you are adding "hello", it should be " hello".
·
Sunday, 26 January 2014 13:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi
I used your suggestions, still does not work..

Maybe some css trick that idon't kow

I do check using Firebugs

Pls look attachment

You can see class suffix already setup

Example: If I wan't change ".mod-post-title" 's font-size 16px to 50px

What code should i add in css?
ho
·
Monday, 27 January 2014 10:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post