Editing the Header

Permalink
I attached a screenshot of the header that our site is using. I'm new to Concrete5 (of course) and am looking to remove the "European Inquiries" link. Id also like to remove the vertical blue line in the nav bar so that it looks more like the left and centered. Is there a way to do this?

Thank you,

1 Attachment

 
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
In your header file look for this line
<a href="http://teameda.com/index.php?cID=150">European Inquiries</a>

And delete it.


To remove the blue line..
In your app.css file (https://teameda.com/themes/teameda/stylesheets/app.css) go to line 119 and look for this line of code
border-right: 1px solid #0092f3;

And change it to this
/* border-right: 1px solid #0092f3; */