Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • 76mel Friend
    #198002

    Hi,

    My dev site is here:

    http://54.195.241.4/joomla/

    On the front page, the images that I am using in the slide set are quite light in colour.

    Therefore when the transparent main menu is displayed in its special mode for when the slide set is shown on the front page I want the menu colour to be in black.

    However, when scrolling down and visiting other pages I want to keep the default settings e.g. a black background with white text.

    Hopefully makes sense.

    Thanks.

    chavan Friend
    #535983

    File: /templates/ja_sugite/css/template.css

    Replace this code

    @media (min-width: 992px) { .has-slideshow .t3-header { background: none; position: fixed; } }

    with

    @media (min-width: 992px) { .has-slideshow .t3-header { background: #292929 !important; position: fixed; } }

    76mel Friend
    #536014

    Thanks for this.

    Although, what I was trying to do was just to change the font color not the background.

    Can you advise how to keep the background transparent (i.e none) but the font as black?

    Thanks

    chavan Friend
    #536150

    create a custom.css file using this documentation http://t3-framework.org/documentation/bs3-customization#custom-css

    And add this code

    .navbar-default .navbar-nav > li > a{
    color:#000 !important;
    }

    76mel Friend
    #536373

    Thanks – this worked

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

This topic contains 5 replies, has 2 voices, and was last updated by  76mel 10 years, 6 months ago.

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