Change Announcement Bar Height in Squarespace

To change announcement bar height in Squarespace, you can use this code to Custom CSS box.

div.sqs-announcement-bar-text {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

image