Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • teetide Friend
    #128643

    I want to change the colors of the background behind the moo-tabs (user 6) module but I can’t find the css file that controls it.

    This is the module that contains the Latest News, Popular, Media and Youtube tabs on the demo homepage.

    Anyone know what I need to be editing to change the color of this?

    Sherlock Friend
    #249707

    Hi TeeTide !
    You css file of tab module is mootabs.1.2.css file in templates/ja_teline_ii/mootab folder , to change background color behind moo-tabs you open mootabs.1.2.css file find code section at about line 21:


    #ja-tabs div.ja-innerpad {
    padding:0pt;
    }

    change into :


    #ja-tabs div.ja-innerpad {
    background:#000000 none repeat scroll 0%;
    padding:0pt;
    }

    #000000 is sample color , You can change it by other color .

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 6 months ago.

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