-
AuthorPosts
-
February 24, 2018 at 8:23 pm #1093679
Good Evning could you please help me to change the homepage color style from (default) white to any other color ? i couldnt find it in
root/templates/ja_magz_ii/less/style.less Thank you
- This topic was modified 6 years, 8 months ago by mrif.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 26, 2018 at 3:10 am #1093807Hi,
You can try to inspect element in Chrome or Firefox browser, right click on the header section, you can see where its style is declared: http://prntscr.com/ijr1vw
It locates in the file: root/templates/ja_magz_ii/less/style.less
You will see this rule:
// // HEADER // --------------------------------------------------------- .t3-header { background: @white; border-bottom: 1px solid @t3-border-color; display: table; position: fixed; height: 120px; top: 0; left: 0; width: 100%; z-index: @zindex-navbar-fixed; .transition(height 500ms); etc
the background is set with white color, this variable is declared in variables.less file: root/templates/ja_magz_ii/less/variables.less
You can check the same with other elements.
Regards
February 26, 2018 at 6:55 am #1093853hello
i want to explain what i wantat the home page ( the firstpage – default color )
now the color is white (tranparent ) and the font is blue( picture1 )i want the color to be " red " and the font to be Red as in ( pitcture 2 )
thank you
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 27, 2018 at 9:18 am #1094169Hi,
You can try going to the ‘Home’ menu item in backend > Page Display tab and add cat-red for Page Class option: http://prntscr.com/ikbjjz
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)This topic contains 4 replies, has 2 voices, and was last updated by mrif 6 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum