test
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • margoht Friend
    #181007

    Hello, I want to change the color of the main menu in the template JA-WALL, I tried in template.css and navigation.css and has not been possible. Can someone please tell me the name of the file and which line to change. thanks

    swissa Friend
    #468387

    Going to help if you say which element you want to change. The background color of black? The colour of the text? The colour of the active bottom border?

    Lots of menü stuff in each theme css z.B. templates/ja_wall/themes/classic/css/theme.css

    pixallus Friend
    #468412

    i was looking for the same thing,
    however, i’m using the default theme and the theme.css file is blank.

    http://threado.com/2012b/index.php/vote

    any help is greatly appreciated.
    larry

    margoht Friend
    #468413

    Hi swissa, thanks for your quick response, I want to change only the color of the text. I entered for the specified path and I could not do it.

    Thanks for your help

    pixallus Friend
    #468415

    nevermind.
    i just did a find and replace all, in the template.css file, for the color i wanted changed…

    swissa Friend
    #468502

    <em>@margoht 340065 wrote:</em><blockquote>Hi swissa, thanks for your quick response, I want to change only the color of the text. I entered for the specified path and I could not do it.

    Thanks for your help</blockquote>

    Can you post the url of the site to ensure I get the right css file?

    margoht Friend
    #468516

    Hello pixallus, I also I have the default template and also I have blank following the route of Swisse.
    I saw on your website that you’ve been able to change the color of the main menu (designer, vote and shop), I appreciate any help, I also want to change the text color. Thank you.

    swissa Friend
    #468517

    <em>@margoht 340200 wrote:</em><blockquote>Hello pixallus, I also I have the default template and also I have blank following the route of Swisse.
    I saw on your website that you’ve been able to change the color of the main menu (designer, vote and shop), I appreciate any help, I also want to change the text color. Thank you.</blockquote>

    To change text colour you need to go to /templates/ja_wall/css/navigation.css and look for this code around line 47

    #mainnav .menu > li > a {

    • border-bottom: 5px solid transparent;
    • color: #BBB < change colour here
    • display: block;
    • float: left;
    • height: 40px;
    • line-height: 45px;
    • padding: 0 20px;
    • text-shadow: 0 -1px 0 rgba(0, 0, 0, .7);
    • transition: background-color .5s ease 0s, color 0.2s linear 0s;
    • -o-transition: background-color .5s ease 0s, color 0.2s linear 0s;
    • -moz-transition: background-color .5s ease 0s, color 0.2s linear 0s;
    • -webkit-transition: background-color .5s ease 0s, color 0.2s linear

    Hope that hits it for you!!

    margoht Friend
    #468535

    Swisse Thanks, you were a great help, make the change was easy.

    Thanks again

    seaneo Friend
    #472547

    Hi Swissa,

    I changed the #BBB to #8A8 (green) and there is no change in the text color of the left menu at http://173.254.15.37

    any idea why not? thanks in advance

    swissa Friend
    #472549

    /templates/ja_wall/themes/minimalist/css/theme.css

    look for

    #sidebar .categories-module li a {
    border-radius: 0;
    color: #252525
    padding: 2px 0 !important;
    text-transform: none;
    }

    and just change the colour

    seaneo Friend
    #472550

    Many thanks!

    seaneo Friend
    #473502

    I’ve mad an adjustment on the sidebar menu on the left – how can I get those characters to turn green? They reverted back to black – gracias!

    swissa Friend
    #473568

    <em>@seaneo 346977 wrote:</em><blockquote>I’ve mad an adjustment on the sidebar menu on the left – how can I get those characters to turn green? They reverted back to black – gracias!</blockquote>

    /templates/ja_wall/themes/minimalist/css/theme.css, find this code and change the colour.

    #sidebar .menu li a {

    • border-radius: 0;
    • color: #252525
    • text-transform: none;
    • padding: 2px 0 !important;

    }

    Grüss

    seaneo Friend
    #473608

    done! thanks!

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

This topic contains 15 replies, has 4 voices, and was last updated by  seaneo 12 years, 1 month ago.

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