Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with Fly Out Menu on Volusion

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #44370
    pittles78
    Participant

    I have a store I am setting up on a site call Volusion. The store is http://tuffymcpuggles.com and the fly out menu’s background in the top nav is rgb 20, 170, 202. I want to change that color to match my theme, but I can’t find out what is styling that. It is perhaps and inline element. The creators of the theme somehow don’t know where I can change it either. ?

    Please help,
    Jon

    #133217
    CrocoDillon
    Participant

    In http://www.tuffymcpuggles.com/v/vspfiles/templates/240/Menu_Popout_Styles.js

    offcolor=”#ffffff”;
    offbgcolor=”#1daaca”;
    oncolor=”#ffffff”;
    onbgcolor=”#1daaca”;

    Bit odd to put styling in JavaScript…

    #133273
    pittles78
    Participant

    You are incredible! I have been searching for two days. I really appreciate your help. What resource did you use to find it’s location?

    #133279
    Paulie_D
    Member

    Chrome Web Inspector or Firebug probably.

    When you see the styles being applied inline…it’s usually a clue that they are being influenced by JS.

    #135574
    pittles78
    Participant

    Thank you @Paulie_D.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.