Hi Saguaros thanks for answer but already I am using latest version of template and T4 plugin

    muratyil Yes, I meant that you can try to download the latest version again and re-install into your site.

    I did but nothing changed. I have tried on different sites it is the same.

      I have added login details. Php warnings does not appear on live site they are on localhost only. But link problem persists. T4 template is assigned to this link: tst.joomlatema.net/t4-link

      By default, there is style for links in menu module in that t4-footnav section, if you want all links of this section have the same color as footer section, you can use this custom css:

      .t4-footnav a {
          color: var(--footer-link-color);
      }
      .t4-footnav a:hover, .t4-footnav a:focus, .t4-footnav a:active {
          color: var(--footer-link-hover-color);
      }

        muratyil Not sure where you added above code as I did not see it loaded on your site. So I added in custom css of template for you, you can see the link changed now.

        Yes it changes when you add the code but it should be var-footer-link-color by default. It did not set for footer link color by default it set for body-link-color. Should not it be footer link color?

        saguaros By default, there is style for links in menu module in that t4-footnav section, if you want all links of this section have the same color as footer section, you can use this custom css:

        I explained here 🙂

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