1. The JA contact module required update is not available for download.
  2. 2. On the website I am trying to remove the red backgrround color on the logo.
  3. My logo is transparent but the lettering is red so it is blurrred.
  4. I need the logo to be a bit larger that the template is allowing.

Thanks for your help

URL: cwadt.org

Best

    Ninja changed the title to Logo customization.

    cwadex
    Hi
    You can download the module from template download page here : https://www.joomlart.com/member/downloads/joomlart/joomla-templates/ja-helple

    For the logo BG color it is using bg-primary class that is defined in the Layout options > Edit header section > edit header-1 code
    http://prntscr.com/17dvwr4
    find bg-primary You can replace it with support type classes : /index.php/pages/joomla-content/typography
    Or create own custom class

    You logo is not transparent its using Text type logo not image.

    The logo is not blur its due to the Font family applied on it. This is style of font
    you can override it via custom css using this code

     .navbar-brand.logo-text {
        font-family: 'Anton';
    }

    Regards

      Thanks Pankaj,
      I checked it out what about the size?Ninja

      I can remove the lettering but I wanted the logo to be a bit bigger than the spot is allowing me?
      I do not wish to manipulate the template and mess it up

      Can you help
      See this- https://wdrm.org/- I wanted the logo to appear like this!

      Thanks in advance buddy

        cwadex
        Hi
        Add this code in custom css and set max width

        #t4-header .t4-logo-header .logo-image .logo-img {
            max-width: 80px;
        }

        Your logo image size should be greater or equal to the value you set in custom css.

        Regards

        a month later

        Greetings- I am having a difficult time editing contents on these pages
        I am migrating wadt.org to cwadt.org

        Can you please advise?
        I cannot find where the contents are when I modify, it does not show

          cwadex
          Hi
          I did to get what you mean in Logo pages?
          If its something different topic kindly make a separate post for each different request.

          Thanks I figured it out@pankaj#158673

          Ninja locked the discussion.
          Write a Reply...
          You need to Login to view replies.