drakedanner
Forum Replies Created
-
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce CategoriesInteresting, I’ll have to remember that one. You’re welcome and thanks!
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce CategoriesMurray644,
Did you try using Flooshy’s suggestion?
You need to add !important; after your background color in your style.css file.
It should look something similar to:
body.custom-background {
background-color: #color code;
}so it becomes:
body.custom-background {
background-color: #color code !important;
}give me the link to your site if you want me to have a look
Forum: Themes and Templates
In reply to: Editing Thumbnail Sizeah, thank you. I’ll try that method tomorrow when I have a chance. Thanks a ton.
Forum: Themes and Templates
In reply to: Editing Thumbnail SizeIll give that a shot thanks.
As for the CSS I was editing not effecting the picture size I have to disagree. It made the image smaller. if your able to clarify what I was doing it’d be much appreciated.
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce Categoriesadding:
mark {
display: none;
}to style.css also works.
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce CategoriesI’ve seen a lot of good things about it. I need to download Firefox first.
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce CategoriesThank you so much.
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce CategoriesSo just put it at the bottom of style.css?
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce CategoriesCelebrationcosmetics.com
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce CategoriesHow could I test that? I’m using a color.
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce CategoriesI hope someone helps us out. I saw on another forum someone was able to override the highlight by making the background “important” in style.css I think. I can’t write code. Just copy and paste for now haha. Is there a way to make the background color Override the highlight color?
Thanks.
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce CategoriesPlease assist.
Forum: Fixing WordPress
In reply to: I just messed up my website. Can you please help.Exactly ^
Forum: Plugins
In reply to: Remove the Product Count on Woocommerce CategoriesSorry, can’t seem to embed the image. Please visit this link https://i1063.photobucket.com/albums/t502/drakedanner/ScreenShot2012-08-06at31802PM.png
Forum: Fixing WordPress
In reply to: I just messed up my website. Can you please help.Did you edit style.css and page.php from your dashboard or FTP?