Jump to content
  • 0

Customizing Category Filter Display In New Map Mashup


mdupras

Question

Hi all --

 

I'm using the new map mashup for the first time and looking to figure out how to customize the appearance of the clickable category filters for the map -- i.e. the font, size, wording of the label, etc. I've pored over the style and localization files but haven't found anything that seems connected to this.

 

Here's a screenshot of the area I'm referring to:

 

custommap.jpg

 

Thanks!

 

-- Mike

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Hi Mike,
 
See the screenshot below which shows where to change the labels. As for the icon you can either choose from the default list or your own custom URL of the icon. As for the font and other formatting features of the label I am not sure. Will let you know if I find out.
 

UJVm6Qh.png

 

Cheers,
Barbara

Link to comment
Share on other sites

  • 0

Hi,

 

You can use CSS on the page to customize filter area

 

To configure "Filter By Category", insert:

#filterHeader
{
… Your CSS here, as example:
color: red;
}
 
To configure filter elements, insert:
#filterTable td
{
… Your CSS here, as example:
font-weight: bold;
background-color: gray;
}

 

 

Hope this helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...