Quote:
Originally Posted by Chuck S That would be in your vb style whether its the navbar or header template whatever html code you have in there make sure you have full urls to those images so they will be found.
Thats where I would check first off. |
Thanks Chuck, that did it! In case anyone finds this thread later and has a similar problem, here's what I had before (using
this mod)
At the top of my navbar template:
Code:
Content visible to verified customers only.
...and here's what I had under Additional CSS Definitions:
Code:
Content visible to verified customers only.
All I had to do was replace every instance of
Code:
Content visible to verified customers only.
in my Additional CSS Definitions with
Code:
Content visible to verified customers only.
Thanks again Chuck!