themefurnace
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mediaphase Lite] Social menu doesn't works in ChromeHi,
You can fix this in style.css
Change :
#menu-social li a { color: #dbdddc; }to :
#menu-social li a { color: #dbdddc; display:block }Will add this to next release.
Forum: Themes and Templates
In reply to: [Mediaphase Lite] Homepage images -> SSLThanks for mentioning this, will fix the default image URLs in next release.
Thanks for also mentioning your Pingom score 🙂 Your site is looking good!
Forum: Themes and Templates
In reply to: [Mediaphase Lite] Preview does not workHi,
The preview just shows the default blog view – to make it look like the preview screenshot, you just need to create a new page and publish it with the “homepage” template,
Then set this to display under “settings” > “reading” and it will look like the preview.Hope that helps!
Forum: Themes and Templates
In reply to: [Gridster-Lite] add email widget to front page sidebar?Hi,
Just use a text widget and write your email address in.
If you want it to be a link, do it like so :<a href="mailto:[email protected]">[email protected]</a>Forum: Reviews
In reply to: [Gridster-Lite] AwesomeThanks 🙂
Forum: Themes and Templates
In reply to: [Gridster-Lite] Change font color site wideHi,
The font color is located in /inc/defaults.css
body, button, input, select, textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 18px; color: #999999; }change this :
color: #999999;to :
color: black;