Viewing 1 replies (of 1 total)
  • Hello,
    Here is the CSS for customizing the links for Directorist.

    
    /* Genaral Links */
    #directorist.atbd_wrapper a {
      color: #7a82a6;
    }
    
    #directorist.atbd_wrapper a:hover {
        color: #444752;
    }
    
    /* Listings Title Link */
    .atbd_content_active #directorist.atbd_wrapper .atbd_single_listing .atbd_listing_info .atbd_content_upper .atbd_listing_title a {
      color: #272b41;
    }
    
    .atbd_content_active #directorist.atbd_wrapper .atbd_single_listing .atbd_listing_info .atbd_content_upper .atbd_listing_title a:hover {
      color: #444752;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Link Color’ is closed to new replies.