Forum Replies Created
-
AuthorPosts
-
ashley_Landofnod
MemberAnita,
When I'm in the dashboard and I go to plugins and search for "cache" plugins, the first three options come up as "not available".

The three i can't download are the three I've read are the most widely suggested options to use. And on the blog issue, the issue appears when you are in Chrome, and first go to http://www.landofnod.com, and then click on the link for "our blog". It's possible this in an internal issue too. We're still not ruling that out yet either.
Thanks for your help
ashley_Landofnod
MemberThanks! That did the trick!
ashley_Landofnod
MemberUsing the inspector tool I'm able to see where the widget CSS is pulling, and I can see what I need to update, but I can't find it in my Foodie CSS. When I search in my Foodie Child Theme: Stylesheet (style.css) for ".widgettitle {" nothing comes up. Is this widgettitle found somewhere else?
media="all"
.widgettitle {
color: #333;
font-size: 14px;
font-size: 1.4rem; --- this is what I want to increase to 1.6
letter-spacing: 2px;
letter-spacing: 0.2rem;
margin: 0 0 10px;
margin: 0 0 1rem;
text-align: center;
text-transform: uppercase;
} -
AuthorPosts