Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
This topic contains 4 replies, has 2 voices, and was last updated by the smart 7 years, 6 months ago.
The topic ‘navbar’ is closed to new replies.
test
Hi Christophe,
May I know which menu are you referring to?
Hi Saguaros
https://wayofgamers.fr/fr/wog-forum
Index->Recent Topics->Search Topics for example
https://wayofgamers.fr/en-us/propose-a-project (you must be registred)
Index->Funding->Story->Rewards->Extra …
You can use Google chrome inspect element or Firebug for Firefox. What I usually do is set Compress CSS in Template manager to No, then hover on any HTML element (i.e. button, tag, text, …) you want and right click on it and then click on inspect element, it will show you which CSS class it is using and which CSS file and the path to this element on the right side. then you can go to the file and replace it with new CSS you change.
For example: http://prntscr.com/flj1by
#kunena.layout .navbar {
background: your_color_code_here;
}
into the file: [root]/templates/ja_playstore/css/custom.css (create this file if it doesn’t exist)
Do the same with other elements.
This topic contains 4 replies, has 2 voices, and was last updated by the smart 7 years, 6 months ago.
The topic ‘navbar’ is closed to new replies.