Nirjonadda

Registered
@Russ Footer icon showing 2 time.

ScreenShot00157.png
 
Yes. Issue with this code.

Code:
/* Style switch icon in Footer START */
.p-linkList-changeStyle a:before, .p-linkList-changeWidth a:before, .p-linkList-changeLanguage a:before, .p-linkList-toggleSidebar a:before
{
    .m-faBase();
    display: inline-block;
    margin-right: 2px;
}
.p-linkList-changeStyle a:before { .m-faContent(@fa-var-paint-brush); }
.p-linkList-changeWidth a:before { .m-faContent(@fa-var-sliders-h); }
.p-linkList-changeLanguage a:before { .m-faContent(@fa-var-globe); }
.p-linkList-toggleSidebar a:before { .m-faContent(@fa-var-toggle-on); }
/* Style switch icon in Footer END */
 
Remove the:

Code:
.p-linkList-changeStyle a:before { .m-faContent(@fa-var-paint-brush); }
and:

Code:
.p-linkList-changeStyle a:before
and it should clear it up. Moved to support forums to clear up the announcement thread as it's not quite related.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back