#Need help with navigation
10 messages · Page 1 of 1 (latest)
The example is very simple, I have a page: https://beyondtheend.miraheze.org/wiki/Foundation:being
Both in the trap and in the page title, there are words of being, but the search does not find this page
You probably want to ask staff to enable the extension cirrussearch by posting on https://meta.miraheze.org/wiki/SR/RC
It solved our search issues
OK, thank you
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;
}
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
Thank you, I understand.
where did the colon come from