Happy New Year! Enjoy 30% OFF 🎄
Coupon Code: XMAS30 - Renew: XMAS_RENEW30

1.- where can I give parameters or code to insert the logo but bigger and it looks complete, I mean, the normal Platon logo is square, but the logo I want to insert is rectangular in the header or mainmenu
2.- and the last thing, where can I change the color code of the footer?
3.- in the contacts section I put the email where the submit button should arrive and nothing comes (I promise not to disturb more)

    Hi juankitacl

    1) add to your custom.css

    .logo-image a {
    width:200px!important;  <----change your width as your needs 
    }

    2) please post a screenshot of desired changes
    3) You should verify with your hosting provider - it is a joomla core feature it has nothing to do with template.

    Regards

      Hi juankitacl

      Add all the below code to the custom.css file

      1) For the footer add

      .t3-footer {
      background:#yourcolor!important;
      }

      2) Off-canvas background add

      .off-canvas-toggle {
      background:#yourcolor;
      }

      3) Module background add

      .t3-module.highlight {
      background-color:#yourcolor!important;
      }

      Best regards

      thanks for everything guys I just need a detail and it is .. how can I remove the opacity to the slideshow of the head and leave it without that curtain? I tried with the css and with the module acm in the latter does not let me record the changes

        Hi juankitacl

        Regarding your question about slideshow , would be better if you start a new discussion adding to it a screenshot explaining your desired changes and also the website url and super user account exactly like you did with this that has a different title.

        Thanks

        pavit Hi, I did what I was told to modify the size of the logo, however, when I gave it 200 pixels wide, it covers the home, home and other menus, how can I solve this?

          Hi juankitacl

          Try to add to your custom.css this

          @media (min-width: 1200px) {
            .navbar-nav {
              margin-left: 100px;
            }
            .logo-image a {
            width: 260px!important;
          }

          Change values as per your needs

          Regards

          Write a Reply...
          You need to Login to view replies.