Okay
  Public Ticket #3748781
CSS element
Closed

Comments

  • iforpp started the conversation

    Hello! 
    Please, explain how to get blue points on the map smaller ? 

    Attached files:  Screenshot_4.jpg

  •  8,837
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (min-width: 690px) {
        .nectar_image_with_hotspots[data-size="medium"] .nectar_hotspot {
            transform:scale(.8) !important;
        }
    }
    

    Thanks


    ThemeNectar Support Team