• Resolved poopishkaya

    (@poopishkaya)


    Hello,

    I just installed bizlight to try it while I’m making my new website. I’d like to remove the credit line with “proudly powered by wordpress” in the footer and tried to edit the css file or find this line in the editor (footer, no luck, stylesheet, no luck). Anyone could guide me?

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • hi
    It is better to stay this sentence without any changes .
    But if you persist on removing it you can go to theme folder,then open footer.php in an editor , preferrably Notepad++,Finally in line 38 you can find this line, you should change it to what you want,
    Good luck

    Thread Starter poopishkaya

    (@poopishkaya)

    found another way, this is solved. thanks though!

    another way is .po file
    you can use .po file to change this string with anything you want
    you will find a .pot file in language folder .you should create .po file from pot and change “Proudly powered by %s ” into what you want
    you can find how to translate a theme in google seaching . it’s easy.
    ——————
    the third way is to define a class for this sentence in style.css
    in this case shoul use this class

    .site-info {
        display: none;
    }

    —————

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove proudly powered by wordpress’ is closed to new replies.