• Resolved deshmukh

    (@deshmukh)


    I am using style.css of my child theme to hide some elements of pages (more specifically, buddypress navigation links).

    For instance:

    #buddypress div#item-header {
      overflow: hidden;
      display: none;
    }

    But I want to display these elements on select pages.

    How do I do that? Is custom page templates a way? How?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show some elements only on some pages’ is closed to new replies.