Michael Jensen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] storefront and woocommerceHi i had the same problem, but this free plugin from WooThemes “Homepage Control” solved it!
Thanks Job
The homepage control was the solution to that.Forgot to mark as solved ??
Thanks Job
The homepage control was the solution to that ??i do have a rather tricky question! How can i add homepage content after the categori?
https://solarshowers.a3-seo.dk/
i have content before the categories, but want secondary content under …
Hi
Yes sorting products i understand, but i want the categories in another order??
Hi
I understand the Sorting in products, but how do i do it in the catagories??
Only have 3 catagories but would like to reorder them https://solarshowers.a3-seo.dk/
Ideas ??
Forum: Themes and Templates
In reply to: [Iconic One] screen 16 inchHi Jamaloos
Could you close this topic as solved??Forum: Themes and Templates
In reply to: [Iconic One] Excerpt ThumbnailNormally it will be in CSS you do this!!
Can you give a link to a page with the thumbnails??
Forum: Fixing WordPress
In reply to: Any Plugin for Charging Vendors Membership?Maybee Dokan MultiVendor
Forum: Fixing WordPress
In reply to: toggle-icon customize for readabilityAppearance > Edit CSS
Add this:
.sidebar-toggle span, .sidebar-toggle span:before, .sidebar-toggle span:after {
background: #ffffff;
}Play with the #ffffff value
Try this custom CSS
.social-navigation ul {
display: none;
}Forum: Fixing WordPress
In reply to: back upForum: Fixing WordPress
In reply to: I want to remove default “../category/category-name” from categoriesGo to “settings > Permalinks” and under your Category base, put a single “.” > save changes and refresh
Forum: Themes and Templates
In reply to: [Iconic One] screen 16 inchIf you want a larger page, then make a custum CSS rule:
.site { max-width: 1296px; }
Try play around with the value, standard is 1040px;
Forum: Themes and Templates
In reply to: [Iconic One] screen 16 inchYou will have to modify the CSS rule
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
}If you send a URL to the page where you have the problem, it would be easier to help you …
Forum: Themes and Templates
In reply to: [Iconic One] CSS EditingIt depends on which links you talk about??
But if it is general, like the Read More >>:
a {
color: #0B91EA;
}
and the hover over will be:
a:hover {
color: #0C87D3;
}Your widget area overwrite this with:
.widget-area .widget a {
color: #757575;
}