Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • kelvin899 Friend
    #199602

    Hey!

    Another “problem” which I cant figure out anymore. I know how to change the background color from the main menu, but how can I make it invisible? So that the white background would disappear?

    Currently the code in custom.css:

    .t3-header {
    border-bottom: solid 1px #d9d9d9
    background: none;
    position: relative;
    min-height: 50px;
    }


    1. Naamloos
    TomC Moderator
    #541989

    Please check the site link you provided . . . getting an error message when trying to bring it up

    kelvin899 Friend
    #541990

    Hey Tom,

    The website link with the login details does work on this side! 🙂

    TomC Moderator
    #541991

    <em>@kelvin899 436234 wrote:</em><blockquote>Hey Tom,

    The website link with the login details does work on this side! :)</blockquote>

    Got it now 😎

    Can you be a bit more specific as to what you mean by “white background disappear?”
    What kind of background for your main nav are you wanting?

    kelvin899 Friend
    #541992

    Woehoe! 😀

    Well as you see, it haves a white background now. I only want those green menu buttons, so the white background haves to disappear.

    If you know what I mean, otherwise I could send you a picture with what I am meaning! :laugh:

    TomC Moderator
    #541993

    <em>@kelvin899 436236 wrote:</em><blockquote>
    If you know what I mean, otherwise I could send you a picture with what I am meaning! :laugh:</blockquote>

    A mock-up screenshot of what you’re wanting to accomplish would be very helpful

    kelvin899 Friend
    #541996

    Here it is.. Included as a attachment!


    1. Mozambique2-pres-page-014
    TomC Moderator
    #541997

    For starters, you will need a background image for your main nav.
    At present, you don’t have one assigned . . . .

    /templates/mozambique/css/template.css – line 2406


    .t3-mainnav {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    }

    or, are you wanting your main nav to “overlap” onto the area above – which currently has a gray background?

    kelvin899 Friend
    #541998

    The strange thing is, is that yesterday it succeeded to let the background disappear without adding any images to the main nav. But the template changed back in settings so I had to do it over and I don’t get it to work.

    Isn’t there anyway to disable the white background? Because there has to be a place where that piece of white is located 🙂
    Or could I use a transparent background?

    TomC Moderator
    #542000

    Try This . . . .

    First of all – if you haven’t yet done so – create a new file called “custom.css” within file path –>
    /templates/mozambique/css/

    Within that custom.css file, paste the following CSS rules:


    .t3-video {
    margin-bottom: -50px;
    }

    .t3-mainnav {
    margin-top: -30px; z-index: 999;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Is that getting closer to what you are looking to so?

    kelvin899 Friend
    #542002

    You are the best Tom!! This is exactly what I meant, this didn’t succeed me! Currently you made me a happy man, haha!

    Also thank you for your fast reply’s!!:laugh:

    TomC Moderator
    #542004

    Glad I could help . . . . All the best with your continuing site development !!!

    🙂

    kelvin899 Friend
    #542005

    Thank you so much! I wish you already a nice weekend!:D

Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 2 voices, and was last updated by  kelvin899 10 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum