Hello!
Need one more tip please: I would like to have the text on the top navigation to be bigger and also not have | (this) between the links. Also I would like to use the whole bar without the social links and also change the margin between the listings.
Thank you so much!
Hello,
You have to edit the top menu file is located in parts folder and remove the social section and use full with a span12. The margin can be removed easily with a css.
I can give you more details how to make it in V3, if you don’t manage it in V2.X, but we want to release V3 and this have some file structure modification.
V3 will be ready this week.
Thanks for the message!
Thank you Marius for your response. I have ben trying to get the css styles but for some reason I fail. Is it possible to help me achieve this since we need the changes asap for our boss…
Summary:
1) top navigation border
2) top navigation full in boxed mode
3) reduce white space above logo and top ad
4) Border on main nav
5) 3 px shadow around the box layoout
Please take a look at this screenshot which shows exactly what we are trying to achieve
Thank you so, so, much!!!
Sorry here is the screenshot:http://usa.greekreporter.com/files/2014/01/header_css.png
Hello,
We strongly recommend to hire a freelancer if you don’t manage to make the changes, took to much for us, and we are working very hard to make updates and lunch other projects.
1. Use this css
.td-header-menu-wrap {
border-top: 3px solid #2EC4DB;
}
For menu use this css:
.td-menu-wrap {
border-radius: 20px;
border-top: 1px solid #777777;
-webkit-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.75);
}
Thanks for understanding and sorry for the inconvenience!
Thank you so much Marius for all the tips and code provided!
