Anti.biz
Forum Replies Created
-
Solved, I check the error code and the email i was trying to register with was deleted.
Forum: Themes and Templates
In reply to: [Storefront] Custom SCSStalk to the storefront customer support if you paid for any storefront products in the woocommerce website.
Forum: Themes and Templates
In reply to: [Storefront] Fix spacing between Header widgetsThis white space was in the BELOW HEADER widget area, and it was a text widget. The white space was below the text widget and the image widget in the below header area.
The storefront team helped me solve this.
i had in the style.css a 1 EM to the padding when it should of been 0 em in the header region
then I added additional css to make sure it worked
.header-widget-region .widget {
padding: 0;
padding-top: 1em;
}Forum: Themes and Templates
In reply to: [Storefront] Make mobile logo smallerstorefront team helped me solve this:
.site-header .custom-logo-link img {
max-width: 100px;
}Forum: Themes and Templates
In reply to: [Storefront] Main menu hover effect.main-navigation ul li:hover > a {
background: #d54e21;
}Forum: Themes and Templates
In reply to: [Storefront] Storefront Bookmark LinksThe best thing to do is just add a TEXT widget and type the links in that way.
Forum: Themes and Templates
In reply to: [Storefront] Warninng on all posts and pagesYou didnt say which theme or where your website is.
Forum: Themes and Templates
In reply to: [Storefront] how i can reset storefrontYou can just add your homepage, or any page and add those elements individually. Just click the + sign in the page and ads shop by category, etc.
Forum: Themes and Templates
In reply to: [Storefront] Logo biggeradd that code to additional CSS under customize
Forum: Themes and Templates
In reply to: [Storefront] Customize Header/Navigation without pluginsWell I think you will need to know some CSS code to manually do it without plugins.
There might be some free CSS plugins for wordpress if you look around that will automatically change the way that stuff looks.
I know storefront powerpack can do the job of moving your menu links to the right of your logo. But not aware of any other way to do it.
Forum: Themes and Templates
In reply to: [Storefront] Storefront tagline not displaying in tabI solved the problem. It was YOAST SEO causing the problem. I just needed to edit the shop/homepage in YOAST to edit the SEO TITLE which allows you to add the custom tagline.
Forum: Themes and Templates
In reply to: [Storefront] Logo bigger@media screen and (min-width: 768px) {
.woocommerce-active .site-header .site-branding img {
max-width: 75%; /* Adjust this percentage up or down to make the logo larger or smaller. */
}
}Forum: Themes and Templates
In reply to: [Storefront] Storefront Bookmark LinksAnyone got a answer to this problem? Trying to change the bookmark text to something else? You would think this would be easy.
Theres also a footer plugin that will help you out. Powerpack is worth the money i just wish it did more.
thx ill try it out
- This reply was modified 7 years ago by Anti.biz.