Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • rclpris Friend
    #693792

    Hi,

    I guess it maybe too long ago. I couldn’t find place where to modify the blue box on the front page which says “WELCOME TO OUR NEW SITE!!!”
    and how do you change the font type and font size?

    Thanks.

    pavit Moderator
    #693809

    Hi

    It is a ja masshead module published in home-1 position

    as font type it is using default font and you can take a look HERE on how to change fonts

    to change font-size you can add this to your custom.css file

    .jamasshead .jamasshead-description {
    font-size:yoursizepx;
    }

    if you want you can add into this also

    font-family:yourfont;

    pavit Moderator
    #750142

    Hi

    It is a ja masshead module published in home-1 position

    as font type it is using default font and you can take a look HERE on how to change fonts

    to change font-size you can add this to your custom.css file

    .jamasshead .jamasshead-description {
    font-size:yoursizepx;
    }

    if you want you can add into this also

    font-family:yourfont;

    rclpris Friend
    #693833

    Found it, thanks.

    Anyway that I can make another one in a different position with a different color background?

    rclpris Friend
    #750166

    Found it, thanks.

    Anyway that I can make another one in a different position with a different color background?

    pavit Moderator
    #693837

    <em>@rclpris 494930 wrote:</em><blockquote>Found it, thanks.

    Anyway that I can make another one in a different position with a different color background?</blockquote>

    Yes you can duplicate it and change position from Advanced Tabs ->

    grid-2x2 grid-pos-yourposition

    regarding the background you can add a custom style into custom.css file

    .t3-module.highlight .highlight2, .module.hightlight .highlight2 {
    background:#yourcolor;
    }

    then change the module class suffix

    grid-2x2 grid-pos-yourposition highlight2 big-padding

    pavit Moderator
    #750170

    <em>@rclpris 494930 wrote:</em><blockquote>Found it, thanks.

    Anyway that I can make another one in a different position with a different color background?</blockquote>

    Yes you can duplicate it and change position from Advanced Tabs ->

    grid-2x2 grid-pos-yourposition

    regarding the background you can add a custom style into custom.css file

    .t3-module.highlight .highlight2, .module.hightlight .highlight2 {
    background:#yourcolor;
    }

    then change the module class suffix

    grid-2x2 grid-pos-yourposition highlight2 big-padding

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

This topic contains 7 replies, has 2 voices, and was last updated by  pavit 9 years, 1 month ago.

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