Reply To: Add social icons and change header border color.

Home Forums Iconic One Pro Support Add social icons and change header border color. Reply To: Add social icons and change header border color.

#4957

For the border CSS, try the following – one of them should work:


#page .site-header {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
}

OR


#page .site .site-header {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
}

Another solution would be put it under simple custom css plugin or customizer custom css section.

I could see the new icons on your site now, if still need further help email
[email protected], please note that child theme customization and troubleshooting may be charged extra.