Navigation Bar Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mstella1
    Mivite



    • Apr 2012
    • 338

    #1

    Navigation Bar Question

    Hi,

    This may be a really silly question but where can I make edits to this section below (red arrow)? Having a hard time trying to find where I can edit the navigation bar in the Shadows theme.

    Thanks,
    Mike



    Untitled-2.jpg
  • lesliekirk
    Super Moderator











    • Aug 2008
    • 9291

    #2
    Look in the Theme Components > Navigation Sets. Off the top of my head I'm not sure what it's name is in Shadows 10.05
    Last edited by lesliekirk; 03-11-23, 02:26 PM.
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: X | Facebook | Pinterest

    Comment

    • mstella1
      Mivite



      • Apr 2012
      • 338

      #3
      Thank you!

      Comment

      • mstella1
        Mivite



        • Apr 2012
        • 338

        #4
        Forgot to also ask - do you know if there is a way to resize the logo? I put in the logo dimensions I wanted in the "Auto Sizing" spot and that doesn't change the logo. The logo is too small and I can't resize it.

        Comment

        • lesliekirk
          Super Moderator











          • Aug 2008
          • 9291

          #5
          Originally posted by mstella1 View Post
          Forgot to also ask - do you know if there is a way to resize the logo? I put in the logo dimensions I wanted in the "Auto Sizing" spot and that doesn't change the logo. The logo is too small and I can't resize it.
          There is also CSS in play that constrains the logo.

          Code:
          .t-site-header__logo img {
          [B]max-height: 32px;[/B]
          width: auto;
          }
          That pesky little max-height is impacting the logo size.
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: X | Facebook | Pinterest

          Comment

          • mstella1
            Mivite



            • Apr 2012
            • 338

            #6
            Ahh gotcha :) Thanks!

            Comment

            • mstella1
              Mivite



              • Apr 2012
              • 338

              #7
              I can't find where that is. I checked the global header and I see the logo placement there and started looking in some of the stylesheets.

              Comment

              • lesliekirk
                Super Moderator











                • Aug 2008
                • 9291

                #8
                If you want to play around with it a bit before you make it permanent add that snippet to the HEAD Tag

                Code:
                <style>
                .t-site-header__logo img { [B]max-height: 32px;[/B] width: auto; }
                </style>
                Make your changes and if it works for you, then you can create a custom CSS file to override the default file.
                Leslie Kirk
                Miva Certified Developer
                Miva Merchant Specialist since 1997
                Previously of Webs Your Way
                (aka Leslie Nord leslienord)

                Email me: [email protected]
                www.lesliekirk.com

                Follow me: X | Facebook | Pinterest

                Comment

                • mstella1
                  Mivite



                  • Apr 2012
                  • 338

                  #9
                  Still trying to tweak this look and feel. Where can I change the background color and font color in the nav bar? I don't want to mess around with too many things in the code but those are kind of important for our branding. I need to change the background to a hex or RGB color and the text just to white.

                  Thanks!

                  Comment

                  • lesliekirk
                    Super Moderator











                    • Aug 2008
                    • 9291

                    #10
                    Short answer - in the Shadows CSS. This isn't a PageBuilder item.

                    Longer answer - it's more a matter now of adjusting/tweaking the theme / root settings. If you are using the Developer Tools in your browser you'll see more of what I'm talking about. If you want to make some donw and dirty tweaks you can still through some style tags in the HEAD Tag. Just seems like there are lot more lines of code to deal with nowadays
                    Leslie Kirk
                    Miva Certified Developer
                    Miva Merchant Specialist since 1997
                    Previously of Webs Your Way
                    (aka Leslie Nord leslienord)

                    Email me: [email protected]
                    www.lesliekirk.com

                    Follow me: X | Facebook | Pinterest

                    Comment

                    • mstella1
                      Mivite



                      • Apr 2012
                      • 338

                      #11
                      I'm wondering if this can be a wishlist item given that pretty much every site would want to customize the main navigation colors. It would help keep our brand colors out front instead of using just black & white.

                      Thanks again!

                      Comment

                      • Nick
                        Super Moderator











                        • Dec 2011
                        • 575

                        #12
                        The default Shadows framework is controlled by three CSS files: core.css, extensions.css, and theme.css

                        These files are all uploaded to the CSS resources section of them Miva admin.

                        A number of default styles are called out in the core.css file. My suggestion would be to edit the core.css file to the branding colors of the site and other defaults. Then further customizations can be done in the theme.css or extensions.css files.

                        Nicholas Adkins
                        Technical Training Specialist / Miva, Inc.
                        [email protected]
                        https://www.miva.com/mivalearn

                        Comment

                        Working...
                        X