Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Harikalar Kutusu Friend
    #686006

    The following CSS code makes the background disappear in t3-footnav, causes problem when using third-party modules (when using background images).

    In less/style.less around line 404 (v1.0.1 of the template)


    .t3-footnav {
    ...
    // Footnav Modules
    .t3-module {
    ...
    ul {
    ...
    > li {
    ...
    // links
    > a {
    ...
    // Link States
    &:hover, &:active, &:focus {
    color: @link-color;
    background: none; < ================= INTRODUCES BUG, CANNOT BE OVERWRITTEN
    }
    }
    .....

    FYI…

    Cheers

    Ninja Lead Moderator
    #686093

    Hi,

    Thank you for your report

    You can remove background: none; from less/style.less file in this case. I will report this bug to development team.

    Regards

    Ninja Lead Moderator
    #748949

    Hi,

    Thank you for your report

    You can remove background: none; from less/style.less file in this case. I will report this bug to development team.

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum