Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • pelessimo Friend
    #201795

    Where do I change JA Nuevo main menu font color and size

    jooservices Friend
    #551652

    Hi there,
    In logic you can apply your customize css into custom.css.

    Thank you,
    Viet Vu

    Manos Moderator
    #551653

    Hi,

    You can add the proper code on custom.css file

    <blockquote>.t3-mainnav .t3-navbar .navbar-nav > .active > a, .t3-mainnav .t3-navbar .navbar-nav > .active > a:hover, .t3-mainnav .t3-navbar .navbar-nav > .active > a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #73bfe6 <- Change color to your licking

    }

    </blockquote>

    P.S. Just a friendly suggestion, create a backup first and also update your installation.

    Regards

    Manos

    pelessimo Friend
    #551734

    Where’s the custom.css file located?

    jooservices Friend
    #551753

    Good morning,
    Here you are


    <?php
    // CUSTOM CSS
    if(is_file(T3_TEMPLATE_PATH . '/css/custom.css')) {
    $this->addStyleSheet(T3_TEMPLATE_URL.'/css/custom.css');
    }
    ?>

    It’s located under /css/custom.css

    Thank you,
    Viet Vu

    pelessimo Friend
    #551757

    There’s no custom.css file in the template/css folder. I found the code in the template.css file instead. Thanks.

    chavan Friend
    #551774

    Now the custom.css File is enabled on your server

    Pankaj Sharma Moderator
    #551777

    Hello custom.css in not comes by default with template . you need to create a file with name custom.css in /css directory of template .

    <blockquote>I found the code in the template.css file instead </blockquote>
    Yes the original code is defined in the template.css file and custom.css file will override this code .
    If you will change the code in the template.css file it will change the original code , and when you will go for an update of template the changes in the template.css files are override by the update .

    So i suggest you to use custom.css file for new css changes in template , Template update will not effect custom.css file .

    Create a file with name custom.css in /css directory . and the code suggested by pascm (#3 post) in it .

    Clear cache and check .

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

This topic contains 8 replies, has 5 voices, and was last updated by  Pankaj Sharma 10 years ago.

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