Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • jdponce Friend
    #134179

    Yes, where I find the hexadecimal color code to change the menu font color in css file?, also I want to change the square color I see when mouse is over each option.

    Thanks

    Sherlock Friend
    #274401

    Can you give us your live URL, any screenshot or more details of the problem will be helpful

    jdponce Friend
    #274450

    Thanks
    The url is: http://www.consejocafe.org/test
    I want to change the font color: blue to any, the fonts in main menu and links in footer, also the blue fonts in news headers.
    Thanks
    I’m using Joomla 1.5.7

    Sherlock Friend
    #274523

    you can change by edit
    template_css.css (line 23)

    body#bd {
    background:#000000 url(../images/pattern.jpg) repeat scroll 0 0;
    color:#333333;
    }

    laputa.css (line 16)

    a {
    color:#235675;
    }

    Font main menu:
    active menu:template_css.css (line 906)

    #active_menu {
    color:#FFFFFF !important;
    font-weight:bold;
    }

    menu:laputa.css (line 215)

    #ja-col1 a {
    color:#7CC6E6;
    }

    Link in footer:laputa.css (line 229)

    #ja-footer a {
    color:#235675;
    }

    Sherlock Friend
    #274524

    FOnt in new header: laputa.css (line 198)

    div.nftitle {
    color:#132E3E;
    }

    jdponce Friend
    #274548

    I changed all colors thanks

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

This topic contains 6 replies, has 2 voices, and was last updated by  jdponce 15 years, 7 months ago.

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