Hi,
From this picture
how can I remove the Black and White 'About Us'
I did remove it from the masthead title box
Thanks
Eddie
propolis Hi It use the title from Article in single article view. Add this code in custom.css file to hide it
.itemid-305 .t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title { display: none!important; }
Ninja
I move a copy of my site to another location and now the custom css from above does not work.
See: http://www.cyber-plaza.co.uk/store/index.php/about-us
Thanks for any suggestions.
propolis
I used article ID instead of the menu ID
All good.
Eddie :-)