How do I get rid of the shadows?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akonze
    Member
    • Mar 2004
    • 32

    [vB4] How do I get rid of the shadows?

    How do I get rid of the shadows going to the bottom left of several segments of the template?

    I found several 'shadow colors', but no way to remove it completely.
  • napy8gen
    Senior Member
    • Jul 2001
    • 525
    • 6.X

    #2
    album stylevars got 2 shadows.
    common stylevars also got 3 shadows.(control content, notice shadow color, shadow color)
    forums got 1.(forumbits shadow color)
    footer got 1.
    vbcms got 1.

    they should only used the common> shadow color for all shadows
    Get Our vbulletin 6 themes

    Comment

    • akonze
      Member
      • Mar 2004
      • 32

      #3
      I found all these shadow vars, but clearing them does not remove all shadows. What I non did is: I entered complete crap in the fields. This way the website has some CSS errors, but the shadow is gone.

      It's frustrating.

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24286
        • 6.0.X

        #4
        Go to AdminCP > Style manager > STylevars

        Type "shadow" in the search box at the top.

        There are about six or seven results, change them all to blank and then save each one individually (don't put nonsense in there, just blank out the colour).

        That ought to do it.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • Andy
          Senior Member
          • Jan 2002
          • 5886
          • 4.1.x

          #5
          Put this into your additional.css template. Note this will also remove the curved corners.

          Code:
          * { -moz-box-shadow: none !important; }
          * { -webkit-box-shadow: none !important; }
          
          * { -moz-border-radius: 0px !important; }
          * { -webkit-border-radius: 0px !important; }

          Comment

          • napy8gen
            Senior Member
            • Jul 2001
            • 525
            • 6.X

            #6
            Originally posted by akonze
            I found all these shadow vars, but clearing them does not remove all shadows. What I non did is: I entered complete crap in the fields. This way the website has some CSS errors, but the shadow is gone.

            It's frustrating.
            it must have value otherwise your css is not perfect.

            the value is "transparent" from the color picker its the most top left without color box.
            Get Our vbulletin 6 themes

            Comment

            • ricker
              Member
              • Jun 2003
              • 91
              • 3.6.x

              #7
              Thank you!

              The lovely VB developers couldn't have made it any more DIFFICULT for designers who know css to customize their site. SHEESH!!!

              Thanks again.
              MyJeepRocks!

              Comment

              • Arkham
                Senior Member
                • Mar 2001
                • 2233
                • 4.1.x

                #8
                Originally posted by ricker
                Thank you!

                The lovely VB developers couldn't have made it any more DIFFICULT for designers who know css to customize their site. SHEESH!!!
                Oh, I have complete confidence in the idea that they could have made it far more difficult if they really tried.

                Still, between spending a few minutes on trial and error, and a few minutes of searching the forums, I always found the answers. For instance, over the weekend this single thread, provided the foundation of all the work I've put into my customized shadow CSS effects.

                Steep learning curve, but after a couple of hours it gets a lot easier.

                Comment

                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                Working...