• Resolved cztaki73

    (@cztaki73)


    Hi all

    i am facing a problem when someone, see, Categories Posts only.

    If you select a Category and you scroll down, to see all posts , to the bottom and right ,( appears , ”Proudly powered by WordPress Theme -child”, which i want to remove it or rename it .

    Any ideas ?

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • .site-footer .site-title {
        font-family: inherit;
        font-size: inherit;
        font-weight: 400;
    }

    into this

    .site-footer .site-title {
    }

    Remove the font-* attributes.

    Add this to your custom css.

    Thread Starter cztaki73

    (@cztaki73)

    Hi webkong

    No doesn’t work.

    i think , but i am not sure has to do with Jet pack, plugin,, Infinite scroll…….

    .site-footer .site-title {
       display: none;
    }
    Thread Starter cztaki73

    (@cztaki73)

    No it didn’t work.

    Thank you for your time

    But i find the way with this,

    I add this to my Custom css,

    #infinite-footer .container {
    float: right;
    margin: 0;
    display: none;
    }

    ——-only this worked just fine.

    Moderator Kathryn Presner

    (@zoonini)

    Glad you found the solution for hiding the footer credit with Jetpack’s Infinite Scroll feature active.

    In future, if you can provide a link to your site, it’s easier for folks to help.

    Thread Starter cztaki73

    (@cztaki73)

    Hi Kathryn

    toimerologio.me

    i will do that ,

    Sorry about that .

    Kind regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Proudly powered by….. – Categories’ is closed to new replies.