0
Welcome Guest! Login
0 items Join Now

SOLVED Change sub-menu font/size

  • SOLVED Change sub-menu font/size

    Posted 7 years 1 week ago
    • I need to rework this CSS for the default afterburner2 template menu item. The sub menu font and size (desktop and mobile versions) will not change with this css applied. Thanks



      .gf-menu.l1 > li > .item {
        font-size: 1.8rem;
        font-weight: bold;
        font-family: 'learning_curve_proregular'; 
      
      }
      
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED Change sub-menu font/size

    Posted 7 years 1 week ago
    • Could you please post a URL to your site (this can be done in the secure area tab if you prefer) so we can look for you. Without a link to page where the problem is on your site it is quite hard for us to provide the best solution due to so many variables. We try to provide file names and line numbers for code changes and if changes have already been made then our advice may be incorrect.


      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED Change sub-menu font/size

    Posted 7 years 1 week ago
    • This message contains only secure information that is visible to Robert Tee, moderators and administrators
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED Change sub-menu font/size

    Posted 7 years 1 week ago
    • Use this code...
      .gf-menu .item {
          font-size: 1.8rem;
          font-family: 'learning_curve_proregular';
      }

      This is how to create a custom CSS compatible with Gantry 4...

      http://docs.gantry.org/gantry4/tutorials/adding-a-custom-stylesheet


      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED Change sub-menu font/size

    Posted 7 years 1 week ago
    • It worked. Thanks.

Time to create page: 0.040 seconds