Hello. I am trying to change the size/height of the header border. I am able to enable Header Border from Salient > Header Navigation > Logo & Styling, but there's no option to choose the height of the border. I would like it to be 16px. Let me know if this is possible via CSS. Thank you.
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
@media only screen and (min-width: 1000px) {
#header-outer:not(.transparent) #top {
border-bottom: 16px solid #e22726;
}
}
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related.
If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
Hello. I am trying to change the size/height of the header border. I am able to enable Header Border from Salient > Header Navigation > Logo & Styling, but there's no option to choose the height of the border. I would like it to be 16px. Let me know if this is possible via CSS. Thank you.
Hi there,
Thanks for writing to us.
Please share your website URL or screenshots of your header for us to get a better understanding of the border you are referring to.
I look forward to your response
Hi there,
Thanks for writing back.
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related.
If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
Works perfectly. Thank you very much!
Hi there,
You're welcome.
I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest.
Your feedback is valuable to us and greatly appreciated!
Should you have any further questions or encounter any issues, please don't hesitate to reach out.
Best regards,