Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,866
- Last Active
- Roles
- Administrator
Comments
-
http://pasteboard.co/OgqnmONu.png - on this picture you can see that the code we gave you above works, right? And this is what you asked for, right? So if the answer on both questions is yes, it means you pasted above code in a wrong place or did so…
-
But how you want to change it's shape? You mean round corners for categories items in filters and different background color?
-
Hi, please send us link to page where those icons disappeared then.
-
Hi, 1. Removing link to the image (lightbox) is not possible without files customization. 2. Keep the + always open, requires files customization as well. 3. To make the content background white on single product pages, you need to use an extra c…
-
All WooCommerce files are located under /woocommerce/ folder and the only way to do any changes are files modification.
-
Don't you see the red parts of code? If you look at http://pasteboard.co/86gnkfeDc.png you see tons of it.
-
Ok, thanks for the link. After checking, we found that it wouldn't be possible to change those backgrounds per pages. The background you set is for html and it's technically impossible to change it even with custom css per pages. But about the 2nd …
-
Hi, when we try to open above page, http://pasteboard.co/87j5hHvJ8.png this is what we get and it has nothing to theme. It's just something on the server side.
-
But we already tested it under Settings > Permalinks section what you can see on http://pasteboard.co/882Lo3WTr.png and it works.
-
Hi, please send us link to page where the menu jumps out of the box so we can have a look on it. Thanks!
-
To set up popup, you need to use popup shortcode: [popup title="Title" padding="0" button="0"]Insert your popup content here[/popup]
-
To send us screenshot, you can use any online tool like http://pasteboard.co/
-
Hi, please send us link to page where images are cut.
-
1. No, it's technically impossible. 3. To set the opacity for sub-menu items, please use the following css:#Top_bar .menu li ul { opacity: 0.7 !important; }
-
Hi, please send us link to page where you would like to increase header's height.
-
WooCommerce pages are only styled by us. We do not use any Muffin Builder. We only overwrite default styles of WooCommerce plugin.
-
Did you opened your site in Firefox html mode just like we told you above? This is the only way to see those errors.
-
Great!
-
Ok, let us know when site would be online then.
-
Hi, did you checked Appearance > System Status section? Because maybe the problem is related with limits on server side?
-
Ok, but your site need to be active so we can open the links of those pages and find the right css.
-
You must add it in place where html responsible for those images are.
-
If you mean Header Creative background, then you need to use the following css:@media only screen and (max-width: 1024px) { #Header_creative { background-image: http://www.achital.co.il/wp-content/uploads/Main13.jpg !important; } }
-
You're welcome! :)
-
Ok, thanks. So to change those colors, please use the following css:div.pp_default .pp_content, div.light_rounded .pp_content { background-color: #000 !important; } div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.ligh…
-
@eliaspoensgen There is no need to set it up with custom css because you can do this easily under Theme options > Global > Advanced section where Boxed Layout | Side padding field is.
-
Hey, what you need to do is wrap an e-mail addresses with html as below:<a href="mailto:[email protected]">[email protected]</a>
-
Hi, all slider timeouts you can set under Theme options > Global > Sliders section. Thanks!
-
Hi, to change background color of sticky header, you need to use an extra css:#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #…