#site-title in style.css has "display: none !important;".
I didn't find any solution to display site title without rewriting style.

Comments

zymphonies-dev’s picture

Hello,

As per our Media Responsive Theme design no need to display the site name.
if you need to display the logo you can customize.

Thanks,
http://www.zymphonies.com

zymphonies-dev’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Closing this issue

dang42’s picture

#1 - what does that mean? The "settings" area allows me to choose to have the Site Name & Site Slogan displayed - they are both checked, and neither are being displayed.

How do I get them to display?

dang42’s picture

Status: Closed (fixed) » Active
zymphonies-dev’s picture

Hi,
You can add below CSS code in style.css

#site-title {
display: block !important;
}

Thanks,
http://www.zymphonies.com

zymphonies-dev’s picture

Status: Active » Closed (fixed)

Closing this issue