0
Welcome Guest! Login
0 items Join Now

oculus resize font of menu

    • Aline's Avatar
    • Aline
    • Rocketeer
    • Posts: 59
    • Thanks: 0
    • ALINOVITCH

    oculus resize font of menu

    Posted 8 years 2 months ago
    • Hello
      I would change the size and menu font. I can not find or do I configure could you help me?
      thank you
    • Last Edit: 8 years 2 months ago by Aline.
    • ALINOVITCH
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: oculus resize font of menu

    Posted 8 years 2 months ago
    • Aline's Avatar
    • Aline
    • Rocketeer
    • Posts: 59
    • Thanks: 0
    • ALINOVITCH

    Re: oculus resize font of menu

    Posted 8 years 2 months ago
    • thank My Url is
      www.femixsports-aura.fr/
      I would want to change the font of the menu also the text which write in the showcase
      I only beginning to understand how to use the template as very difficult for me and the resultat is not like your demo
    • ALINOVITCH
    • D.Bell's Avatar
    • D.Bell
    • Sr. Rocketeer
    • Posts: 127
    • Thanks: 2

    Re: oculus resize font of menu

    Posted 8 years 2 months ago
    • It looks like you need a bit of help with the site overall.

      To change the font size it is controlled by the Cascading Style Sheet (CSS). If you do not know what that is you can read about CSS here:

      www.w3schools.com/css/

      The file you need to change is:

      femixsports-aura.fr/wp-content/themes/rt.../menu.css?ver=4.1.10

      Specifically the rule:


      .gf-menu.l1 > li > .item {
          font-family: Arial Narrow, Arial, Helvetica, sans-serif;
          font-size: 16px;
          line-height: 23px;
          padding-top: 7px;
          padding-bottom: 7px;
          position: relative;
          text-transform: uppercase;
          }



      However this is not recommended, you should make a custom file which does not change the original files, only the changes you require. More about that here:

      www.rockettheme.com/forum/free-joomla-st...-or-less-custom-file

      So you would need to create a file called rt_oculus-custom.css and place it in "/templates/rt_oculus/css" in your folder structure.

      Then you add the CSS you want to the file, so for example:

      rt_oculus-custom.css would contain:
      .gf-menu.l1 > li > .item {
          font-family: Helvetica, 'Helvetica Neue', sans-serif;
          font-size: 20px;
          line-height: 23px;
          padding-top: 7px;
          padding-bottom: 7px;
          position: relative;
          text-transform: uppercase;
          }

      I can help with this if you like.
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: oculus resize font of menu

    Posted 8 years 1 month ago

Time to create page: 0.057 seconds