• Resolved zigzagblues

    (@zigzagblues)


    I just updated to the latest version of wordpress and Tracks theme and my custom css seems to have stopped working.

    I was using:

    .singular-page-362 .entry-header:after {
    display: none;
    }
    .site-footer h3 {
    display: none;
    }
    .entry-tags {
    display: none;
    }

    So that the footer at https://www.bradmacdonald.ca/ would be disabled. As in not saying “Brad MacDonald at the bottom of each page.

    Any help at all would be appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Sorry about that! We made some changes to the heading elements in Tracks in this update.

    You can update this part:

    .site-footer h3 {
    display: none;
    }

    To this:

    .site-footer h1 {
    display: none;
    }

    The site title will then be hidden in the footer again.

    Thread Starter zigzagblues

    (@zigzagblues)

    Thank you so much , Ben! Helpful as always!

    Theme Author Ben Sibley

    (@bensibley)

    No problem 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS no longer working after update’ is closed to new replies.