Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Trying to hide site name

Home / Forums / Virtue Theme / Trying to hide site name

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
February 3, 2016 at 10:39 am

Hello Virtue Team! Long time I have not ask a question, which reflects how good your themes are! Yet, today I have a question. I am trying to hide the site name when the website is viewed in a mobile devise. This is the link to the website pany (see top left company name: Sky Global Inc in white font). First I checked if there is a tool on the theme options but I did not find one. Then I tried to use this CSS condition:

/*Condition to hide company name in header*/

@media
(max-width: 767px) {
.page-id-5 .brand logofont {
display: none;
}

But it did not worked (maybe I wrote something wrong?). Could you please give me hand on this? I just want that company name to show when the site is viewed on a desktop, but I want to hide it when is viewed in a mobile phone. Thanks in advanced!
PS: Any plan on developing a new theme any time soon? I already have Virtue and Pinnacle.

  • The forum ‘Virtue Theme’ is closed to new topics and replies.