Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I would still have a question about header and footer.
1. I use the header in moder style. Gladly I would put around this header a color frame. For example,https://pho.to/Agfsy, How is that possible?
2. I would like to insert a colored dividing line between footer and floor. Is that possible? https://pho.to/Agfsu
A thousand thanks for the help.
Hello,
1-Add this code into your custom css box:
.header_3.header_wrapper header > .container {
border: 2px solid #4fe48b !important;
}
2-Add this custom css too:
.footer_wrapper {
border-top: 2px solid #38d075 !important;
}
Change the color to your wish.
Best regards!
You must be logged in to reply to this topic.