Customizing the style of the category subwindow

This topic contains 1 reply, has 2 voices, and was last updated by  Simone 9 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #39724

    terrencehill
    Buyer
    Post count: 26

    Hola!

    How can I customize the Category Subwindow that overlays the Map?

    I would like to:
    – Disable the Search field (Title) in it
    – Make it larger in width, so that Long category titles fit
    – Change the opacity to almost fully dark (almost no transparency)

    Thanks!

    Sincerely
    Th

    #39737

    Simone
    Expired Member
    Post count: 3515

    hi add the following in the css:,
    for the search field

    
    
    .map_category input[type="text"] {
    display:none;
    }

    to make it wide, it should be dynamic based o the length of the category name, but if you want to force it, add this

    
    
    .map_category {
    width: 250px; 
    }

    or any other value in px

    to change the opacity:

    add this

    
    
    .map_category {
    background:#000 !important;
    }

    that’s back, change it using your favorite color.

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket