Older Posts Button Change Font Colour Hive Theme CSS

  • Unknown's avatar

    Hey I am trying to edit the older posts button link at the bottom of the page, its using the hive theme. Its not readable at the moment.

    Can someone help with code to get around this please?

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

  • Unknown's avatar

    Hi there,

    Is it readable if you temporarily disable the Autoptimize plugin?

    It looks like the issue with colours might be due to how the plugin concatenates and minifies CSS.

    If disabling the plugin doesn’t make the button and text visible, please:

    1. Delete the code below from the customizer in My Sites > Customize > CSS. It isn’t valid CSS.

    (function(d, s, id) {
    }

    2. Add the CSS below, then click ‘save’:

    div#infinite-handle button,div#infinite-handle button:hover {
        background-color: #171617;
        border: none;
        border: 1px solid #171617;
        cursor: pointer;
        display: inline-block;
        font: inherit;
        margin: 0;
        overflow: visible;
        padding: 11px 23px;
        text-align: center;
        vertical-align: middle;
    }
  • The topic ‘Older Posts Button Change Font Colour Hive Theme CSS’ is closed to new replies.