smsowmya
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Customizer just spinning once I install a themedisabled all plugins – deleted most of them even. only basic page loading for one of the inbuilt themes – not the stylized one. i just zapped the WP install – i got too frustrated ! :-/
Forum: Fixing WordPress
In reply to: Customizer just spinning once I install a themeactually even the default themes dont work properly now. :-/
Forum: Fixing WordPress
In reply to: Customizer just spinning once I install a themeyes it appears so. this was my first time buying and clearly it was not a good idea :-/
Forum: Fixing WordPress
In reply to: Customizer just spinning once I install a themedid all that. the doc specifies settings that don’t show. thats where my problem is 🙁
Forum: Fixing WordPress
In reply to: Font does not change no matterwhatOn a different note, I have another sample template loaded here, but I cannot figure out how to change the color scheme ( the teal of the back to top button and the navigation bar) ..
I think it might be $link_color ? How can I find out ? The style.css doesnt seem to have anything ..
Forum: Fixing WordPress
In reply to: Font does not change no matterwhatI meant the options to customize the theme – thats where the global settings are reflected. In the page editor is where specific settings for the page content are set.
I have never worked with php or css, so I had no idea. But I will keep this is mind.
Any way I can change the include to the fontlibrary link and make it local ? That response is super slow – it’s slowing down page load times. I would like to cut it out if possible.
Forum: Fixing WordPress
In reply to: Font does not change no matterwhatTheme options isn’t showing this. :-/
Oh you mean the content ?
So can I just remove the !important ?
Forum: Fixing WordPress
In reply to: Font does not change no matterwhatSorry this time my cache had to be cleared !!
Whew this is awesome – thanks !
So for the individual styling, and font size, can I go to the page editor and set it ? Will it reflect ? Or am I going to need to update the stylesheet for every tag ?
Forum: Fixing WordPress
In reply to: Font does not change no matterwhatNope didn’t work
Forum: Fixing WordPress
In reply to: Font does not change no matterwhatyay ! it changed for the headers, but not for the content body ?
Forum: Fixing WordPress
In reply to: Font does not change no matterwhatI tried with and without the !important. Doesn’t make a difference.
Forum: Fixing WordPress
In reply to: Font does not change no matterwhatAre you sure ? Try again. I see it. It has a styling for circular images too, which wasn’t in the parent. And that’s working.
Forum: Fixing WordPress
In reply to: Font does not change no matterwhatI added this to my style.css – to be damn sure it was changing – its not.
body, h1, h2, h3, h4, h5, h6, p, blockquote, li, a {
font-family: ‘CooperHewittBold’; !important;
}Forum: Fixing WordPress
In reply to: Font does not change no matterwhatI added this to my style.css
* {
font-family: ‘CooperHewitt’;
font-weight: normal;
font-style: normal;
}I have been staring at this so long I can’t tell if the font has changed. Can you ?
Forum: Fixing WordPress
In reply to: Font does not change no matterwhatDone