Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
407 views
in Q2A Core by

I want to hide this link from this page?
 

how to hide most views

1 Answer

+1 vote
by

Add this to your theme's stylesheet:

.qa-nav-sub-views {
  display: none;
}

by
i can`t find this line

.qa-nav-sub-views  
in the
qa-styles.css

sorry for that>> can you explain more >> I`m beginner in programming
by
You can't find it because it's not there. That's why I told you to ADD it.
by
I'm sorry for that
where I can add it exactly in the code
in which line?
by
Appending it at the end should be fine.
by
Sorry, Bro
I am not programmer
can you explain me where exactly can I add this

.qa-nav-sub-views {
  display: none;
}
...