Seminko
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] Body Font changeAaaand got it as well, there should have been just ‘p’.
Thanks Andrew!
Forum: Themes and Templates
In reply to: [Spun] Body Font changeLet me try to update the text beneath the title.
EDIT1:
Well, that is the thing I am confused about.
For the text below there is this:media="all" html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
But when I replace “Inherit” with the specific fonts as before, nothing happens.
Forum: Themes and Templates
In reply to: [Spun] Body Font changeBecause when I try this:
.entry-title a { font-family: Dosis, Helvetica, Arial, sans-serif; }
Which should be just the thing to update, I guess, nothing happens.
EDIT: I got it… I put in the whole paragraph like this:
.entry-title, .entry-title a { color: #444; font-family: Dosis, Helvetica, Arial, sans-serif; font-size: 32px; font-size: 3.2rem; font-style: italic; line-height: 1em; margin: 0 0 20px 0; }
Forum: Themes and Templates
In reply to: [Spun] Body Font changeI do… please, do educate me ??
Forum: Themes and Templates
In reply to: [Spun] Body Font changeBeen there, tried that… At least I guess, because I’m a real noob at this.
It says that it should be something to do with this:
<header class="entry-header"> <h1 class="entry-title">?o?ka p?íli? ?lu?ou?ká</h1> </header>
So what do I put in my CSS Manager?
Thanks
Forum: Themes and Templates
In reply to: [Spun] Body Font changeWell, I want the font to be changed for all the pages, but HERE YOU GO.
Preferably, the same way it is in the original different font for the entry title and different one for the body of the page.
Forum: Themes and Templates
In reply to: [Spun] Body Font changeCache cleared, still nothing. ??
EDIT: well that changed the font inside the circles but not on the pages.
EDIT2: wondering if that could have something do with the fact that the circles on my page represent pages, not posts…
Forum: Themes and Templates
In reply to: [Spun] Body Font changeWell, that doesn’t work. Tried putting the following into my CSS Manager but with no avail
.hentry.no-thumbnail span { font-family: Dosis, Helvetica, Arial, sans-serif; }
Forum: Themes and Templates
In reply to: [Spun] Body Font changeForum: Themes and Templates
In reply to: [Spun] Optimization for other browsersAwesome! There was this cool guy who helped me create a web.config and the problem got solved.
I pasted it here so everyone with a similar problem could see it:
<configuration> <system.webServer> <staticContent> <mimeMap fileExtension=".svg" mimeType="image/svg+xml" /> </staticContent> </system.webServer> </configuration>
Thank you again Andrew for your brilliant support!
Forum: Themes and Templates
In reply to: [Spun] Optimization for other browsersWill definately try and get back to you. Thank you
Forum: Themes and Templates
In reply to: [Spun] Optimization for other browserssite https://a-zeman.cz
Forum: Themes and Templates
In reply to: [Spun] Optimization for other browsersThank you for the explanation. Sure the IE issue (lack of grayscale) is not a problem but how to fix the Firefox issue? I mean the demo site you posted works fine (the circles are visible). Is there an easy-ish fix for that? Obliged!
Forum: Themes and Templates
In reply to: [Spun] Optimization for other browsersHey Andrew,
just tried. It still has its flaws:
Firefox – there is a slight shift of the picture on mouseover
IE – the pictures do not go from black and white to color but rather from a less saturated image to full saturation but are colored in both positionsBut such discrepancies are not THAT crucial. I could live with those…