Hello, I am trying to change the look of the menubar, I was wondering if anyone can tell me where '__top_menu__'
defined?
<div class="topMenuWrapper">
__top_menu__
</div>
thank you!
Hello, I am trying to change the look of the menubar, I was wondering if anyone can tell me where '__top_menu__' defined?
thank you! |
templates/tmp_uni/_header.html let me know if you need anything else. later, When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
thanks, but yeah Im in that file making changes. Im looking to what defines the css look of ' __top_menu__'. In this case the div ' <topMenuWrapper>' doesn't change anything. I have two menu bars on top of each other and I want to make them look different. I know I can change the menu parts in the css itself, but it seems that I could just change the div that is inluded in __top_menu__ merci |
Formatting the style of this is done in the "general" and "anchor" stylesheets. If you have provided them with write permissions you can edit them through your Admin Dashboard if not D/Uloading them work well to :) |
Hi, Look in Admin > Settings > CSS Styles editor and look for general.css |
Im having a weird problem, no matter what I change in the 'general.css file' has any impact on the layout, but I can change things for example in the header.html file. In my original question I was asking where I can find the actual code that is used instead of those placeholders. It seems to me the problem is there.. |