Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mebius srl Friend
    #184121

    I 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


    1. line-height
    Saguaros Moderator
    #480391

    Hi 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.

Viewing 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