Links CSS Customization

  • Unknown's avatar

    Hello, i am using the Expound theme and i would like to know if there’s a snippet to make the blue infinite handle that says “Entradas antiguas” at the bottom of the site be centered aligned just exactly aligned as the Blog de WordPress.com. El tema Expound. links at the bottom of the site? thanks.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello vlogazul,

    Please have a look at this…

    #infinite-handle {
            text-align: middle;
            padding-left: 315px;
    }

    …but if you really want to move it, I would actually recommend:

    #infinite-handle {
            text-align: middle;
    }
  • Unknown's avatar

    The first snippet works perfectly, thanks.

    Is there a snippet to change the text of that particular infinite handle “Entradas antiguas” to a text of my own?

  • Unknown's avatar

    Pretty close. It does not look perfectly centered to me.

    #infinite-handle span button {
        visibility: hidden;
        font-size: 0;
    }
    
    #infinite-handle span:after {
        content: "Text here";
        visibility: visible;
    }
  • The topic ‘Links CSS Customization’ is closed to new replies.