Home › Forums › Luzuk › Coming Soon › Modifying the size of the header-contact details › Reply To: Modifying the size of the header-contact details
September 10, 2019 at 6:27 am
#20576
Participant
Hello Diana
Go to dashboard > appearance > customize > additional css
paste the code below in the additional css tab
.header-contacts li {
font-size: 14px;
}
Now click on publish.
Thank you