Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • xxxvinixxx Friend
    #191582

    Hello!
    How to make the font modules and headers as in the demo? If I type the name of the module in English, the font is the same as in the demo, but if it differs Russian.


    1. jpg
    TomC Moderator
    #509883

    Are you wanting to increase the font size?

    If so, please provide the url of the site you’re working on, as well as temporarily set your site to “Development Mode” within your Template Manager–General settings. I will then be able to better assist you in identifying and providing direction as to the CSS you will need to modify.

    xxxvinixxx Friend
    #509920

    <em>@TomC 394766 wrote:</em><blockquote>Are you wanting to increase the font size?

    If so, please provide the url of the site you’re working on, as well as temporarily set your site to “Development Mode” within your Template Manager–General settings. I will then be able to better assist you in identifying and providing direction as to the CSS you will need to modify.</blockquote>
    Hello!
    I want to be bold font as in the demo.
    URL:http://sportsbookie.ru/

    phong nam Friend
    #509926

    Hi xxxvinixxx,

    It seems that the font-family (‘novecento_wide_bookbold’,Arial,Helvetica,sans-serif) we use on module title’s font style, is not available with your language (Russia). Anyways, you can backup file and open templatesja_fubixlessmodules.less, find lines:

    // Module Title
    // ------------
    .module-title {
    background: @T3moduleTitleBackground;
    border-bottom: solid 1px @hrBorder;
    color: @T3moduleTitleColor;
    font-family: @TPLFontFace;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase;
    }

    Change to font-weight: bold; then Compile Less to Css in Template Manager. This will make the module title look closer to our demo with your language.

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

This topic contains 4 replies, has 3 voices, and was last updated by  phong nam 11 years, 1 month ago.

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