• I have a custom WordPress theme created by someone else. I want to have the blue date tags only added to the posts. I can’t seem to find a way to target the navigation date only as .navigation and .icon-date are in separate divs.

    Any help would be appreciated
    Site here

Viewing 1 replies (of 1 total)
  • You should create a Child Theme to make your changes. Otherwise, the changes will be lost if you update your theme.

    Try adding this to the end of your child theme’s style.css:

    #blog-list .icon-date:first-child { display: none; }
Viewing 1 replies (of 1 total)

The topic ‘Style Navigation separate from Posts’ is closed to new replies.