Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • timy.hui Friend
    #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 logo

    Thanks!


    1. ja_biz-how-to-move-logo-to_position-languageswitcherload
    Ninja Lead Moderator
    #999072

    Hi,

    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

    timy.hui Friend
    #1008781

    How to "Create custom HTML module with the new logo and add it to languageswitcherload position"?

    Thanks!

    Saguaros Moderator
    #1008925

    Hi,

    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

Viewing 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