keighdesign
Forum Replies Created
-
No space between the the exclamation point and the word important !important
If it’s a page and not a post use .page-id-160
Try variations:
.page-id-160 .heading8 h1 {
display:none ! important;
}.page-id-160 h1 .heading8 {
display:none ! important;
}If you still need help you can send me your login via email:
[email protected]Try this:
.post-id-160 h1.heading8 {display:none !important;}
Yes, in the customerizer you can find the custom css panel and add it there.
Your page title might be .entry-titleIf you send your site url I can take a look for you.
I would use a page-id specific identifier if you only want to remove on certain pages (you can find the page id number by looking at the url when you are in page/edit mode).
Depending on the tag used for your page title you could hide with something such as this
.page-id-3424 h2 { display:none !important; }
Change 3424 with your page id. Change h2 for the tag and/or class used for your page titles.
Leave out the .page-id-### if you want to hide all of them.
Forum: Plugins
In reply to: [WooCommerce] Change product priceBrilliant!
Forum: Plugins
In reply to: [WooCommerce] Change product priceWhere did you find this in WooCommerce/ I looked in all the product tabs and there is no field for price.
@shaunkuschel – I called Printful and they said it is a WooCommerce issue and therefore they cannot provide support?
Forum: Themes and Templates
In reply to: [One Page Express] logo and nav missing inner pagesIt was only an issue while logged into the customizer. As soon as I closed the customizer the navigation become visible again. Simply an interface issue.
Forum: Themes and Templates
In reply to: [One Page Express] Change footer colorI was able to change it with this (be sure to change your hex code)…
.footer {
background-color: #a2c4a1 !important;
}Perfect. Thank you. Changing to 65% solved the issue.
Forum: Fixing WordPress
In reply to: 3.8 causes Page Updates to Fail (white screen or no response)there were four error logs but all 0kb with no data
Forum: Fixing WordPress
In reply to: 3.8 causes Page Updates to Fail (white screen or no response)Im talking with them again now. Server error log was empty.
Forum: Fixing WordPress
In reply to: 3.8 causes Page Updates to Fail (white screen or no response)Again – the problem did not occur until upgrading to 3.8
Forum: Fixing WordPress
In reply to: 3.8 causes Page Updates to Fail (white screen or no response)OK – so I deactivated all plugins and used default twenty-fourteen theme. Then tried to update a page and received the same “connection to server timed out” error. Page did not update. Site would not reload. Took five minutes before I could get back into the dashboard and reinstall my theme.
HELP!
Forum: Fixing WordPress
In reply to: 3.8 causes Page Updates to Fail (white screen or no response)That’s not really an option. This is for a public business site and turning off the plug-ins/themes will cause all the pages (slideshows and tabbed content) to look horrible. Maybe if I get up at 2am I can test.
HOWEVER – the problem did not start until 3.8 upgrade.