Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,866
- Last Active
- Roles
- Administrator
Comments
-
Yes, it works now. However, all lines are the same width what you can see on http://pasteboard.co/8CBbynDsU.png so we do not understand where the lines are different width exactly.
-
Previously you asked how to set background image for Creative header and this is what for we gave you above css. But if you want to set fixed background position now, you need to set Fixed position under Theme options > Global > General > B…
-
To display background image without any content inside, you need to distend section with padding just like you wrote above. That's the only right way to do this.
-
Hi, to move menu items down, please use the following css:#Top_bar .menu > li > a { padding: 110px 0 0 !important; }
-
You are welcome! :)
-
Ok. So to set the background image for Creative header, you need to use the following css:#Header_creative { background-image: url('PATH-TO-IMAGE') !important; }
-
You're welcome! ;)
-
Hi, product title does not display because of the extra css which is not a part of theme. You can see it on https://snag.gy/Nmp90y.jpg
-
Hi, the last menu items goes below on smaller devices because you simply got to many of them to put them all on smaller devices. What you need to do is activate responsive menu sooner than it is already now. You can do this with Responsive Menu Ini…
-
http://forum.muffingroup.com/betheme/discussion/17711/this-page-didn-t-load-google-maps-correctly-google-maps-api-key
-
Hi, the link you sent above, does not work. http://pasteboard.co/8ADdBWkTx.png - this is what we get.
-
Hi Manuel, what you ask for requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer. Thanks for understanding!
-
We tried with the previous background (1240px) and with the code we gave you above and it worked. So you must did something wrong if it doesn't work for you (maybe pasted code in the wrong place, some issues in css section and that's why any code be…
-
So we are sorry but we do not have such possibility included.
-
Hi, please watch instructional video where we explained how to import pre-made slider.
-
Hi, please send us link to example page where you would like to change subheader background.
-
@endridy If you put the right API code, then it has nothing to theme and or you need to wait for Google or you need to contact with Google staff and ask them whu your API key does not work.
-
Hi, you can do this under Appearance > Menus section. Description is under each menu item. But if you don't see such option, activate it in the right top corner where Screen Options section is.
-
Hi, please send us link to page where search does not display after activation.
-
1. Could you show us what you mean? Because we don't know what you mean. 2. We are sorry but this one is not possible unfortunately.
-
How exactly you want to get them? Please explain.
-
@shomix 2nd "Load more" does not appear because you just don't have more post items.
-
Ok. So to remove this part, please use the following css:.single-post .section-post-header { display: none !important; }
-
You are welcome! ;)
-
Ok. So to move the content of ce-copy class down, please use the following css:.ce-copy { padding-top: 80px; }
-
Ok. So to make those filters round corners + change it's text color and background, you need to use the following css:#Filters .filters_wrapper ul li a { border-radius: 20px; color: #FFF !important; background: #000 !important; } #Filters .filters_w…
-
Hi, to make the content part solid color, you need to use:#Content { background-color: #FFF !important; } or just turn off content transparency under Theme options > Global > General section.
-
To remove this part, please use:.single-product.woocommerce .product div.entry-summary .price { display: none !important; }
-
You're welcome!