How can I get rid of " : " in the nav section SYS and SUS MENUS. Thanks!
Without being given more information than that (links? theme?), the only answer that can be given is: You can get rid of them by modifying your theme.
I recall this being a setting in config.php/admin.php. And once I remember someone helping me get rid of it by replacing some code in theme.php.
Please advise.
Then you should be able to browse thru your past posts (see Profile) to find who and how you were helped before.
I went through it all now - I was able to locate other things but not this. Can someone help me customize this and apply it to theme.php?
QuoteCan someone help me customize this and apply it to theme.php?
Yes, someone might be able to try, but:
QuoteWithout being given more information than that (links? theme?), the only answer that can be given is: You can get rid of them by modifying your theme.
You need to supply much more information as indicated by ron4mac.
The link currently is rachelbilsononline.com/gallery
Theme is customized (from scratch I believe)
It appears that your theme comes from Sin21 #14 (http://preview.sin21.org/cpg/index.php?theme=sin21-cpg14). The colons were not present in that original theme.
Add the following line to a php section of your theme.php file:
$template_sys_menu_spacer = ' ';
Theme recommendation:
CPG 1.6 has a method to apply CSS based on the page that is being displayed. So, with little effort, the large amount of banner display can be eliminated from thumbnail and individual image pages ... more viewer friendly, IMHO.