Hi
1- How can I make my website main menu bar like this website bar which has a white border just in the bottom
2- Can I insert a background to the header?
Thanks
Check out the theme documentation, you should find some answers to your questions: https://forum.tagdiv.com/wordpress-information/
Regards
@colgate – I am asking for support from the (theme makers) only. Thanks
I want to attach the link for my fist point
https://churchpop.com/2016/02/13/quotes-young-saints-faith/
1- How can I make my website main menu bar like this website bar which has a white border just in the bottom
2- Can I insert a background to the header?
Hello sary khames,
1)Please provide your website URL so I can inspect it closer. I cannot provide now an accurate response because is required to know your website because this is different for each header style used.
2)If you want to add the background for your header, you have to add it using a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-header-bg {
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-size: 1903px 200px;
background-repeat: no-repeat;
}
The result you should see here -> http://screencast.com/t/ThB4tslLhN
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
1- This is my website URL http://veronicagiuliani.org/
2- The code you gave me didn’t work for the header background
Thanks
Hello sary khames,
1)If you want to add the border-bottom for your main menu bar, please use the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-header-menu-wrap {
border-bottom: 4px solid green;
}
Please notice that you can change the color value with that you like.
2) The code that I gave you above is not working for you because I gave you an example at your suggested site (version 4.X) and your website has the latest version and the classes will be different. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-header-sp-logo {
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1903px 200px;
}
The result you should see here -> http://screencast.com/t/lPy4qgF9
Thank you for the message!
