• Website: https://dessibodywork.com/

    I am struggling with the size of the menu, especially when the window is less than full-screen, or when increasing the size of the webpage by ctrl+ or ctrl-. I can live with it, if at least the green color is transparent. I tried to change things in the stylesheet (style.css), but no changes are reflected on the page (yes, I hit update file). I don’t even find the color# for my skin there, only what appears to be the color #s of the theme’s original skin.

    Thank you for any hints in the right direction.

Viewing 2 replies - 1 through 2 (of 2 total)
  • .

    (@techievous)

    Not sure what you want here. Could you please clarify a bit?

    If you have to have transparent background for the header navigation, you can use this

    .full-width-container #header_nav_container {
        background: none;
    }

    If you want to control your nav item’s padding, you can use this:

    .main-navigation .nav > li > a {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        height: auto !important;
    }
    Thread Starter dessibodywork

    (@dessibodywork)

    Thank you for helping out!

    I’d like:
    1) smaller menu, not expanding down after you click on it.
    2) transparent color, not solid, of the menu, so when making the site smaller/bigger using ctrl +/- the solid menu doesn’t cover the entire page on opening.
    3) I’m confused why changes I made to the style.css don’t produce results. I could not even find the color of my menu in the stylesheet. Does it have to do with the green color option being a skin?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Godaddy Mark I] menu color transparent, expanding’ is closed to new replies.