• When I view my website, using the Proficia Theme, in the smaller Tablet and Phone sized versions of my website, the website title has disappeared and is replaced by the Proficia theme name.

    How can I make this go away/change back to my website title???

    This is not helping my brand at all.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can remove the Proficia text with this custom CSS:

    .mean-container .mean-bar::before {
    	content: "" !important;
    }

    If you have a mobile-sized version of your site logo at url /url, you could swap out the Proficia text with your logo like this:

    
    .mean-container .mean-bar::before {
            content: url('path/to/url') !important;
    }
    

    Hope this helps!

    • This reply was modified 6 years, 1 month ago by grandwazoo.
    Thread Starter dragonrhapsody

    (@dragonrhapsody)

    I cannot find this code at all in the Style.CSS, would it be under a different CSS file?

    Thread Starter dragonrhapsody

    (@dragonrhapsody)

    I managed to place it in the custom CSS box and it applied it to the site. Thank you for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Proficia Theme – Title issues’ is closed to new replies.