C

Removing the footer link bar

  • Thread starter Thread starter CTS
  • Start date Start date
C

CTS

Guest

I have migrated the links in the footer to be located in extra copyright field, but I wish to hide the element or bar in the footer that contains the style picker and site links to the right.

I know I can use it extra.less template but I cannot figure out the variables.

Code:
Code:
[data-template = "forum_list"]
{
    .p-title
    {
        display: none;
    }
}

IE: I used this code to remove the top elements, but how can I for the footer link bar on all pages?

Continue reading...
 
Similar threads Most view View more
Back
Top Bottom