test melih
 melih
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #892757

    Hi
    Kindly post your working site url here , so i can check it on your site and suggest you changes for it .

    vernontee Friend
    #893368
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #893535

    Hi to change the module title add below code in custom.css file

    #Mod140 .module-title {color:#fff!important}

    and this for li menu item in this module

    #Mod140  ul > li > a {
        color: #fff!important;
    }

    it only for the module with id 140 .

    vernontee Friend
    #893903

    Hi Pankaj… thanks for the assistance, but i have 3 places i need to change the color… its for the list and its title.. but what about the background?

    Pankaj Sharma Moderator
    #893908

    Hi
    For Bg color use this code :

    
    #Mod140 {background:#fff!important;}

    change mod id 140 in code to apply it in other modules of footer .

    To chnage whole bg color of footer use this code

    #t3-footnav {
        background: #26292d!important;
    
    }
    vernontee Friend
    #893990

    Thanks for the response…. can i know what is the css for the mouseover of top menu buttons? now i mouseover its white.. making it dissapear.

    http://screenpresso.com/=utwxe

    Pankaj Sharma Moderator
    #894012

    Hi
    Below code is used for the hover color

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        border-color: #8c959f;
        color: #ffffff;
        background-color: transparent;
    }

    You can use inspect element to check the style and override it via custom.css > http://prntscr.com/aal4p4
    or from source file .
    Path: /templates/ja_directory/css/template.css

    vernontee Friend
    #894700

    solved thanks

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

This topic contains 8 replies, has 2 voices, and was last updated by  vernontee 8 years, 11 months ago.

The topic ‘How do i change these colors?’ is closed to new replies.