0
Welcome Guest! Login
0 items Join Now

SOLVED Where are the dropdown menu graphics?

  • SOLVED Where are the dropdown menu graphics?

    Posted 10 years 11 months ago
    • Hi,

      Could someone please tell me where I can find the down and right arrows used in the main menu? Are they the images in [joomla root]/modules/mod_roknavmenu/themes/fusion/images?

      site - www.endruralpoverty.org
      Joomla 2.5.11
      Gantry 4.1.10

      Thank you!!
    • Last Edit: 10 years 11 months ago by Tim Burkart.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Where are the dropdown menu graphics?

    Posted 10 years 11 months ago
    • that is no image ... it's an icon font

      .gf-menu li.parent > .item::after {
      color: #a1a1a1;
      position: absolute;
      right: 6px;
      top: 50%;
      margin-top: -12px;
      font-family: FontAwesome;
      content: "\f078";
      font-size: 11px;
      }
  • Re: SOLVED Where are the dropdown menu graphics?

    Posted 10 years 11 months ago
    • Wow, THANK YOU Henning! I have never had such a prompt reply to any of my requests for help!!

      Of course, thank you too for the response. I was not aware that you could use fonts for this purpose.
  • Re: SOLVED Where are the dropdown menu graphics?

    Posted 10 years 11 months ago
    • Henning wrote:
      that is no image ... it's an icon font

      .gf-menu li.parent > .item::after {
      color: #a1a1a1;
      position: absolute;
      right: 6px;
      top: 50%;
      margin-top: -12px;
      font-family: FontAwesome;
      content: "\f078";
      font-size: 11px;
      }

      ...sorry... and where is this code...?
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Where are the dropdown menu graphics?

    Posted 10 years 11 months ago

Time to create page: 0.038 seconds