Hi
I cannot seem to change the background colour of the #main part of the theme despite editing the stylesheet or adding an entry to custom css.
I can’t see an entry for #main in the stylesheet and I am wondering if it is a redundant leftover from the theme on which this based?
Any suggestions would be helpful.
Thanks
]]>After an update to Big City 3.0.4 i cannot change the header image. I have the menu for changing it, but it doesn’t do anything.
]]>I created a custom menu to replace the menu. I want to link to a page that is not in the site, so I created a “custom link”. The link to the page shows up fine but the custom link does not display. I have all plugins disabled. Both links show up using Twentyten as the theme. How do I get the link to display? The menu code in header.php for the menu matches Twentyten exactly, but the functions file is different for registering. However, the issue is not the menu showing up, but the custom link showing up.
]]>Hi,
Just FYI, if you are using multiple levels of pages in the top menu, you should add
#access ul li.current_page_ancestor > a,
to this block under menu in the css file
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color: #0c2074;
border-color: #0c2074;
}
to highlight the ancestor of any sub-page you click. Otherwise the visitor has no clue on what exact page they are (unless you display it somewhere else on the page, wich is (in my view) not needed).
See also https://www.designisphilosophy.com/tutorials/highlight-current-page-or-category/ for some general info.
Regards,
Martin