#Need help with navigation

10 messages · Page 1 of 1 (latest)

dusky monolith
#

Listen, guys, when I was on Wikidot, I made a side menu, it won't work here, or I don't know how, well, I don't know. So the question is, Is there any extension to make the search search by words, or else it will be very difficult to find articles on my wiki.

modern grove
#

It solved our search issues

dusky monolith
modern grove
#

np good luck

dusky monolith
# modern grove np good luck

I see that you are a CSS and JavaScript volunteer, if I understand correctly, to change the style of the site for certain pages, you need to add this?

body.category-Pataphysics {
  background-color: #000000 !important;
  color: #00ff88;
}
modern grove
#

Kind of - each page has a class applied that includes the name of it. So for a page called "Alchemy," this class is applied: page-Alchemy. So if I wanted to turn all text on the Alchemy page black, I would write

.page-Alchemy {color: #000;}
You may or may not have to use the body selector, it depends on what skin and what you're trying to change