-
AuthorPosts
-
April 12, 2014 at 8:50 pm #196705
I would like to change the dimensions of the background image of the masshead module for some pages. I duplicated the module then I adde to its module class suffix field the “name” of the new class and eventually I added to template.css the following line
.jamasshead_name { width: 677px; height: 187px;}
Viewing with Firebug the new class is read but there isn’t any sign of the values. Where am I wrong?
TKSrobyrom
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 14, 2014 at 8:12 am #530767Please try the workaround below.
– Declare the Module Class Suffix with ” jamasshead_name” (with empty space before class suffix’s text), via the back-end configuration as in this screenshot:
+ Then create the templates/ja_biz/css/custom.css file and add this rule:
.jamasshead_name {
width: 677px;
height: 187px;
}
-
1 user says Thank You to Ninja Lead for this useful post
April 14, 2014 at 10:53 am #530798It seems to work! Thanks
robyrom
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by robyrom 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
module class suffix
Viewing 3 posts - 1 through 3 (of 3 total)