• I am using the Customizr theme on my wordpress to design our company’s website. I would like to remove auto-generated “Designed by Themes & Co.” tag from the footer of our website and where can I edit the html code of the themes & pages.

    Thank you,
    Divya

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello Divya,

    That’s an easy one, you can add a filter to your functions.php in order to change the credits.
    You can find more details on how to do it here.

    Hope it answers your question.

    Cheers

    Hi!
    I have done it all, and something happens that when I activate my child theme, the menu dissapear!

    Please help.

    Greetings,

    María Paz ??

    Thread Starter divya89

    (@divya89)

    Thank u guys !!

    I hope I don’t seem rude saying this, but I lived with a Shareware developer so..
    I want to point out that this footer edit is a feature of the Pro version. There is clearly a lot of time and thought and programming that went into this theme. I hope users will choose to support the man behind the theme so he can (a) live and (b) continue to develop it.

    Also, when you pay for the theme you get more support, which enables you to do even more customization more easily. I figure having the free features and user interface give us many great sites, and also give us the opportunity to know if we can do what we want to do. Then, if we like it, paying is the next step.

    Hi divya89,
    You could just add the below CSS that hides the credits

    .span4 .credits {
    display: none;
    }

    hello please help me out ….. i don’t get u ….. how to remove the footer tag designed by themes co.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Romove footer tag "Designed by Themes & Co. & edit html’ is closed to new replies.