How can I change or remove the seal on the bottom right of the masthead? I couldn't find the code in the inspector.
andrewwinkler Hi Add this code in custom.css file to remove it
.t3-masthead .ja-masthead::after {display:none;}
Replace this image to with same name and formate to change it : /templates/ja_diner/images/decor/decor_orange.png
I added that line in the custom.css but it made no difference.
andrewwinkler Hi Kindly clear your browser cache, the code is working fine on site. Regards
I did. It made no difference. Please see recording. https://www.screencast.com/t/3DUrDNf6QL
andrewwinkler http://prntscr.com/u9dd7e Please check your question was about masthead. The screen you are checking is Homepage slideshow part. To remove that as well use this code
.acm-slideshow::before {display:none;}
Yep. You are right. My mistake. It's fine now.