"Suggested Routes" CSS Home › Forums › MapPress Support › "Suggested Routes" CSS This topic has 2 replies, 2 voices, and was last updated 10 years, 5 months ago by bronwen. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts October 4, 2012 at 5:31 am #10546 bronwenParticipant I’m trying to find the CSS that specifically styles the “Suggested Routes” box. I’d like to change the background and text colors. Can anyone tell me what the specific CSS class or id controls this? October 4, 2012 at 9:09 am #10549 ChrisKeymaster Hi, That list actually comes directly from Google so it uses their classes. You can use Firebug or the IE developer tools to ‘inspect’ the list and see which classes and styles are being used. I think the list is in a div with class ‘adp-list’. You can style it from there. As an example, MapPress puts a border around the list – this is from ‘mappress.css’ in the plugin directory: .adp-list { border: 1px solid lightgray ; cursor: pointer ; } October 4, 2012 at 1:20 pm #10552 bronwenParticipant Chris – thanks so much for the info, Very helpful! And thank you for making this plugin! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In