0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

"+" sign in Nebulae template

    • evanson's Avatar
    • evanson
    • Newbie
    • Posts: 9
    • Thanks: 0

    "+" sign in Nebulae template

    Posted 13 years 7 months ago
    • How do I remove the "+" sign from the main menu in the Nebulae template. The plus sign ("+") only appears when a submenu child is created.

      ~E
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: "+" sign in Nebulae template

    Posted 13 years 7 months ago
    • Add this code to the bottom of your template.css
      .daddyicon{display:none;}
      Hope that helps.
    • The difficult we do immediately, the impossible takes a little longer.
    • evanson's Avatar
    • evanson
    • Newbie
    • Posts: 9
    • Thanks: 0

    Re: "+" sign in Nebulae template

    Posted 13 years 7 months ago
    • Thx for the quick reply,

      That unfortunately didn't work. Is there an image file associated with the "+" sign? I couldn't find one.
      ~E
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: "+" sign in Nebulae template

    Posted 13 years 7 months ago
    • The image is in .../rt_nebulae/images/style1/list-arrows.png

      The image is being called in .../rt_nebulae/css/style1.css here:
      .menutop li.parent.root .item span .daddyicon, .menutop li.root .daddy.item .daddyicon, .menutop ul li > .daddy span {background-image: url(../images/style1/list-arrows.png);}
      Replace "style1" in the paths above with the name of the style you're actually using (example: style1, style2, style3, etc.).

      Disabling the code will remove the "+". You can just comment it out like this.
      /* .menutop li.parent.root .item span .daddyicon, .menutop li.root .daddy.item .daddyicon, .menutop ul li > .daddy span {background-image: url(../images/style1/list-arrows.png);} */

      I wouldn't recommended deleting the image.
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...
    • evanson's Avatar
    • evanson
    • Newbie
    • Posts: 9
    • Thanks: 0

    Re: "+" sign in Nebulae template

    Posted 13 years 7 months ago
    • Thx, it worked, I can't believe I didn't see that myself.

      You guys really are ROCKETEER ROCKSTARS!

      ~Evanson
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: "+" sign in Nebulae template

    Posted 13 years 7 months ago
    • Glad it worked.
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...

Time to create page: 0.081 seconds