Afternoon guys,
I can't work out where the circled text on the attached screenshot is coming from in the mobile view of www.shootforstars.com Could someone point me in the right direction as to where I can remove it? Cheers Jim
Hi Jim,
When you don't set the logo image/text, it will take the site name to show there.
You can hide it for mobile with this code:
@media (max-width: 576px){ .navbar-brand.logo-text { display: none; } }
Thanks saguaros Sorry is that in any particular file or do i create a new file for code changes I want to make?
Jim
Kindly check if one of these files exist on your site:
ROOT/templates/ja_colab/css/custom.css ROOT/templates/ja_colab/local/css/custom.css
and add custom css code to it.