Dawn Theme: remove Login and Subscribe from Mobile View

my blog: https://merecivilian.com/
Self Hosted on DigitalOcean: Version 4.12.1

I have through Code Injection and also in ghost setting turn off Members mode.

However, for some reason, it still shows on mobile. It does not show on desktop or iPad

I have added the following to Code Injection:


<style>
    header.site-header .header-right button, section.single-cta, .cover-cta {
        display: none;
    }
    
</style>

You can add this in code injection, inside the <style> tags.

.mobile-nav .menu-item[data-portal] {
    display: none!important;
}
1 Like

@brightthemes That worked. Thanking you :pray:

1 Like