Hi,
I use header styles 10. I would like to not display the icon search.
And I wish the menu was-justified to the left and right.
Thank you!
Hi globalmediacompl,
You can try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/wMFAyaqUrVE
.td-header-style-10 .header-search-wrap .td-icon-search {
display: none;
}
The result should see here: http://screencast.com/t/TET8m8vhq5 .
Also, for you second request, about the menu, i do not understand very good what you mean…the menu bar is
centered . Please provide more details if you want something else.
Thank you!
Hello,
Unfortunately, but custom CSS area in Theme panel not working. Will it work if I use child theme?
I mean, the menu begins and ends flush with the width layout: http://www.test3.htm.pl/wp-content/uploads/2015/11/Bez-nazwy.jpg
Thank you!
Hi globalmediacompl,
You can try the Css below in Theme panel. With this code you can improve the main menu display but, unfortunately, there is not complete justified as you wish.
This is a complex task which requires lots of customization and if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
.td-header-style-10 .td-header-main-menu {
padding-left: 0!important;
padding-right: 0!important;
}
.td-header-style-10 .sf-menu > li > a {
padding:0px 25px!important;
}
Hope this helps!
Thank you for your understanding!
Hello,
Thank you.
Unfortunately child theme also not working. What can I do?
Thank you!
Hello,
I have inspected your website and saw that custom css is being applied from the theme panel:
http://screencast.com/t/NYpP7aAS the code is being rewritten with code from your theme panel: http://screencast.com/t/4mykZlG108e
As for the child theme, please follow this tutorial here: https://forum.tagdiv.com/the-child-theme-support-tutorial/ those are the only files that work from the child theme at the moment.
Thank you!