-
AuthorPosts
-
mebius srl Friend
mebius srl
- Join date:
- September 2014
- Posts:
- 89
- Downloads:
- 30
- Uploads:
- 10
- Thanks:
- 21
- Thanked:
- 1 times in 1 posts
January 18, 2013 at 10:30 am #184121I need to set title line height on ja seide news modules to “30”, now is 26
can you help to understand witch is the file I need to modify?
thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 19, 2013 at 4:47 am #480391Hi mebius,
You can make change easily by using Google chrome inspect element or Firebug for Firefox. Hover on any HTML element you want and right click on it and then click on inspect element, it will show you which CSS class it is using and which CSS file and the path to this button on the right side. then you can go to the file and replace it with new CSS you change.
For example, with this case, you hover on the title in JA Side News module, right click on it, it will show you the css rule and css file which defines it in the right side – it’s mod_jasidenews.css. However, it’s recommended that you make change in custom.css file, then when you compile less to css, or update this module, your change will not be affected.
You can add this code to templatesja_mero(your default template)csscustom.css file:
.ja-slidenews-item .ja-title {
line-height: 30px;
}
Hope this helps.
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Saguaros 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA Side News title line height
Viewing 2 posts - 1 through 2 (of 2 total)