Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • user11224767 Friend
    #175689

    Hello!
    i am using the css menu.
    I want to change the colour from grey to white.
    The sbumenu is white, but whre can i change the first line of the menu to white?
    i can’t find the code where i can change this!

    And the same problem is with the colour ot the search, i want to chnage it into white, too!
    You can look on the side under http://www.aichfeld-plus.at/hruby/

    Please help

    regards

    jörg

    TomC Moderator
    #446891

    Are you referring to the text color of your menu – from grey to white?

    If so, look to the following file –> /templates/ja_sulfur/css/colors/black.css … at line 498

    <blockquote>/* CSS Menu */
    #ja-cssmenu li a {
    color: #757575;
    }

    </blockquote>

    This is where you can change the font color to white – for example

    <blockquote>/* CSS Menu */
    #ja-cssmenu li a {
    color: #FFFFFF;
    }

    </blockquote>

    As for your “suche” heading . . . .

    Same CSS file … at line 26

    <blockquote>.inputbox, .replybox, .required, textarea, #activityLimit, #userInputLocation {
    background: none repeat scroll 0 0 #000000 !important;
    border: 1px solid #212121 !important;
    color: #757575 !important;
    }

    </blockquote>

    modify as follows:

    <blockquote>.inputbox, .replybox, .required, textarea, #activityLimit, #userInputLocation {
    background: none repeat scroll 0 0 #000000 !important;
    border: 1px solid #212121 !important;
    color: #FFF !important;
    }

    </blockquote>

    Hope That Helps

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

This topic contains 2 replies, has 2 voices, and was last updated by  TomC 12 years, 1 month ago.

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