test melih
 melih
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • ciociariaturismo Friend
    #165830

    How can I change the background of “CSS menu” ??

    I have joomla 1.5
    Templates: ja_portfolio
    web site: http://www.caterinoimmobiliare.it/home/

    Thanks


    1. question
    khoand Friend
    #399361

    Hi,
    You change this code from http://www.caterinoimmobiliare.it/home/templates/ja_portfolio/css/template.css

    #ja-mainnav .main-inner1 {
    background: url(../images/noise-bg.png) #313435; < change this color
    padding: 0;
    }

    mcuevas Friend
    #403628

    Hi,
    I’m trying to change the green color of the buttons like the one on the over state of menu and the one on the poll.
    The color is: #5f9729
    So, what I did was find and replace that color on the file template.css and css.css but still didn’t work.

    Thanks for your help!
    Mi

    khoand Friend
    #403630

    You replace this code from /templates/ja_portfolio/core/themes/red-color/css/menu/css.css in the line #15

    #ja-cssmenu li.active {
    background-color: #A1994E;
    }

    with

    #ja-cssmenu li.active {
    background-color: #5F9729;
    }

    mcuevas Friend
    #403638

    Thanks but the problem is I’m using default color, so I assumed that the route of the css file is:
    template/ja_portfolio/css/menu/css.css

    Actually the default color is #5F9729
    The color I want is: #bad405

    So, I did change that code you refered on the css.css file, but still keep seing the color #5F9729

    khoand Friend
    #403642

    You try replace

    #ja-cssmenu li.active {
    background: #5F9729;
    }

    with


    #ja-cssmenu li.active {
    background: #BAD405 !important;
    }

    mcuevas Friend
    #403669

    This is one of the most complicated templates I’ve ever work with!

    Finally it was under css/menu/mega.css

    .ja-megamenu ul.level0 li.active {
    color: #fff;
    background: url(../../images/mainnav-sep.gif) repeat-y right #bad405;
    }

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

This topic contains 7 replies, has 3 voices, and was last updated by  mcuevas 13 years, 6 months ago.

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