wyandotte-customs
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] google fontsBTW, Great Plugin!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] google fontswell… not sure what fixed it but its working now.
Thanks anyway!
Forum: Fixing WordPress
In reply to: Background Image'sWill do, thanks
Forum: Fixing WordPress
In reply to: Background Image'salso, Im using Storefront with no child theme installed.
Forum: Fixing WordPress
In reply to: Trying get the header section largerGotcha! Thank you for all the help and guidance.
Forum: Fixing WordPress
In reply to: Trying get the header section largerI was using My custom Functions plugin. There is no doubt that I’m not applying it correctly. Like I said in the 1st post I have no experience at this. Just curious but do you think the plugin you suggested is better than the one I was using?
Just to be clear, from my wordpress dashboard I went to Appearance, then to Edit CSS and pasted the code in the CSS Stylesheet Editor.
Forum: Fixing WordPress
In reply to: Trying get the header section largerI think I got it! I only used the bit from BrettEllis_CPM and it removed the search box as well as not affecting the header.
Thank you all for the help!
Forum: Fixing WordPress
In reply to: Trying get the header section largerBrettEllis_CPM – No luck with that either…
Forum: Fixing WordPress
In reply to: Trying get the header section largernope…
This is what I have in the “My Custom Functions” Plugin screen
.site-header {
background-size: contain;
margin-top: -3em;
padding-top: 10em;
}
#masthead > div > div.site-search {
display: none!important;
}when I try to apply this its says this
Sorry, but your code causes a “Fatal error”, so it is not applied!
Please, check the code and try again.I guess first off am I entering it into the right spot?
Forum: Fixing WordPress
In reply to: Trying get the header section largersearch box is still displayed
Forum: Fixing WordPress
In reply to: Trying get the header section largerThank you, that makes the header look the way I want it but it seems to disable the plugin I have to remove the search box. How can I remove the header search box?