Can I give the header top bar a top border of 3px?
-
Hello,
I want to give the top bar a border of 3px on the top. How can I do that? I only see the option of Border bottom. I sent an image of how I want it.
Thanks in advance.
Attachments:
You must be
logged in to view attached files.
Hello,
You can find the option in the row settings of the Header builder, color tab.
Find our documentation tutorial about this here: https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/
If you have any questions please feel free to contact us.
Best Regards
Hello,
I know, but that is not the top of the top bar, so the upside. I can only change the downside.
How can I change the top?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-top-bar {
border-top:3px solid red;
}
Set the color as per your needs.
Best Regards