-
AuthorPosts
-
January 2, 2017 at 6:43 am #998873
Dear CS,
How to move my logo to position-languageswitcherload?
-> which CSS should I work on to make changes on the template position "languageswitcherload":
(a) change the background color from black to white
(b) adjust the height to suit my logoThanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 3, 2017 at 1:31 am #999072Hi,
You can create templates/ja_biz/css/custom.css file and do the step below
- Add this CSS style to custom.css file and it will help to disable the logo on your site
.logo { display: none; }
-
Create custom HTML module with the new logo and add it to languageswitcherload position
- Add all the CSS style below to custom.css file, it will change the background color and top-bar on your site
body { background: url("../images/bg-body.png") repeat-x left top #fff; } .t3-top-header .container { background: #fff; }
Regards
February 7, 2017 at 10:45 am #1008781How to "Create custom HTML module with the new logo and add it to languageswitcherload position"?
Thanks!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 8, 2017 at 2:07 am #1008925Hi,
You can check out this reference for how to create a HTML module in Joomla: https://docs.joomla.org/Help36:Extensions_Module_Manager_Custom_HTML
Then add the logo into the output of module and assign module to your desired position.
Regards
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 3 voices, and was last updated by Saguaros 7 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to move my logo to position-languageswitcherload?
Viewing 4 posts - 1 through 4 (of 4 total)