-
AuthorPosts
-
September 30, 2015 at 6:05 am #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 30, 2015 at 6:41 am #693809Hi
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 alsofont-family:yourfont;
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 30, 2015 at 6:41 am #750142Hi
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 alsofont-family:yourfont;
September 30, 2015 at 8:49 am #693833Found it, thanks.
Anyway that I can make another one in a different position with a different color background?
September 30, 2015 at 8:49 am #750166Found it, thanks.
Anyway that I can make another one in a different position with a different color background?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 30, 2015 at 9:02 am #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 suffixgrid-2x2 grid-pos-yourposition highlight2 big-padding
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 30, 2015 at 9:02 am #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 suffixgrid-2x2 grid-pos-yourposition highlight2 big-padding
-
AuthorPosts
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