Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Saguaros Moderator
    #1042645

    Hi Christophe,

    May I know which menu are you referring to?

    the smart Friend
    #1042664

    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 …

    Saguaros Moderator
    #1042778

    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

    • To change the color of this navigation bar
    • you can add this rule:
      #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.

    the smart Friend
    #1042793

    Great !!!!!!!!!!! Thank you !!!!!!!!!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  the smart 6 years, 10 months ago.

The topic ‘navbar’ is closed to new replies.