Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • webcombis Friend
    #199730

    Hi,

    I’m working on JA Tiris Template, and I need small help.

    I would like to change main menu and header background color.
    I have read the similar threads but I couldn’t find right line of code for background color.

    Anyone have some idea how to solve this problem ?

    Thanks
    Davor

    Pankaj Sharma Moderator
    #542590

    Hello to change the background color of header and main nav
    add this css code in your custom.css file

    For changing the BG color of Header


    #ja-header .main-inner2 {background: #fff;}

    For changing the color of main nav bar

    #ja-mainnav .main-inner2 {
    background: #B91717;
    }

    It will look like this >>>> http://prntscr.com/439kff

    Change the background color value according to your need .

    Hope it helps you:)

    webcombis Friend
    #542758

    Thanks Pankajsharma,

    I was create custom.css file, attach the code you have sent to me and upload to template css folder, but it doesn’t work. Second I have use custom css plug in, but also doesn’t work. Could you please explain how do you make this changes in the code ? ( custom.css )
    I’m intermediate joomla user.
    Thanks
    Davor

    Pankaj Sharma Moderator
    #542762

    HI
    Sorry for confusion ,add the css code in your template.css file ,
    i am not able to access your site ,its asking server authentications .

    Let me know if its working

    TomC Moderator
    #542769

    For your HEADER section . . . . .

    Within file path –> /templates/ja_tiris/css/template.css
    at line 696, modify the color code (identified below):

    #ja-wrapper .main .main-inner1 {
    background: url("../images/bg-right.png") repeat-y scroll right top rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0 7px 0 0;
    }

    For the MAIN NAV section . . . . .

    Within file path –> /templates/ja_tiris/css/template.css
    at line 714, you will see the following CSS rule:


    #ja-mainnav .main-inner2 {
    background: url("../images/bg-nav.gif") repeat-x scroll 0 0 #fff;
    padding: 0;
    }

    Note that the background is an image – which you can either modify or delete and simply ascribe a color code
    – for example . . .


    #ja-mainnav .main-inner2 {
    background: #CCC;
    padding: 0;
    }

    Hope That Helps

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

This topic contains 5 replies, has 3 voices, and was last updated by  TomC 10 years, 3 months ago.

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