Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi,
I am configuring a header for a website but I want to insert a line between the logo and the main menu.
Aparently Because of the 3 colums I cannot get the image to go full width and can’t insert a new row with the image with the line only.
Now: https://ibb.co/cNtubJ
Want to do: https://ibb.co/mTBfGJ
Could you help me by telling if I can do this with the header?
Thanks,
Caio
Hello,
You can achieve this using custom css. Add this code into your Custom Css box, that is located in Customize > General > Custom Codes > Custom Css:
.header_container > .main {
background-image: url(https://belazozo.com.br/wp-content/uploads/2018/05/bannersite.png);
}
.header_container.header-top > .main {
height: 500px !important;
}
#logo {display: none;}
This is the result: https://postimg.cc/image/404nl1v2z/
Replace the image with a more appropriate image for your header.
Let us know.
Best regards!
You must be logged in to reply to this topic.