test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lukaszfor Friend
    #198798

    Hi,

    Could you please explain me how and where to change text style, most optimal solution? Where is it defined? this is my site address: http://www.info-tek.no

    Thank you in advance!

    TomC Moderator
    #538869

    For the font itself, look to file path –> /templates/ja_onepage/css/themes/modern/template.css
    at line 3294:


    h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    }

    For the “headline” specifically, look to line 2231:


    h3 {
    font-size: 19.5px;
    line-height: 40px;
    }

    as well as line 2194:


    h1, h2, h3, h4, h5, h6 {
    color: #eb7e14
    font-family: sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
    text-rendering: optimizelegibility;
    }

    For styling of the subtext description other than the font type, look to file path –>
    /modules/mod_jaslideshowlite/assets/css/mod_jaslideshowlite.css
    at line 80:


    .ja-ss-desc {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    box-sizing: border-box;
    color: #000
    font-size: 12px;
    left: 20px;
    line-height: 18px;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 48%;
    width: 60%
    }

    Hope That Helps

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  TomC 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum