Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,843
- Last Active
- Roles
- Administrator
Comments
-
Hi, any link to page where logo does not work?
-
So if the image can be saved in the back-end and does not have any effect in front-end then maybe the problem is with cache? We know from experience that such issues in 99% are related with cache.
-
Hi, please send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Please don’t forget to let us know what for the acce…
-
We didn't get such private message from you and as you can see, we asked above for a screenshot of how it looks like on your side and link to page where this happens so please provide us such details.
-
Hi, we are sorry but we do not have any css solution to make it possible. This is how this item was made and it's not possible to change it's style. Thanks!
-
@division Any link to page where you would like to change it's color?
-
Hi, we will re-peat this once again - if content does not save, it has completely nothing to do with the theme. You have this issue due to the limits on your server. You can go to your FTP, create php file with phpinfo() function inside and send us…
-
Hi, we did it with the custom css on the splash page:.image_frame .image_wrapper .image_links.hover-title a:before { content: "Preview"; display: block; }
-
Contact Form colors can be changed under Theme options > Colors > Forms section.
-
To replace background color of the Top Bar with image, you need to use the following css:#Top_bar { background-image: url('PATH-TO-BACKGROUND') !important; } #Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top…
-
If above css cause an issue on mobile, just wrap above css into right @media tag:@media only screen and (min-width: 1240px) { #Top_bar .menu_wrapper { margin-top: 60px !important; } } More details about @media rules, you can find on http://www.…
-
If lines are not the same, then or you need to set up FIXED header type or you need to use the following css instead:#Top_bar.is-sticky .menu > li > a::after { left: 10% !important; margin-top: 5px !important; width: 80% !important…
-
Hi Bob, 1. The color of this thin line, can be changed under Theme options > Custom CSS & JS > Custom CSS section, where the following css is:#Action_bar .container { border-bottom: 1px solid #9fbccf; } 2. This color is being taken …
-
You are welcome! :)
-
Hi, this is how this item was designed and it wasn't made for the things like you are using it. However, to remove hover effect from this item, you need to use custom css:.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: 0 !…
-
Hi, it's probably default description located under Theme options > SEO section.
-
Hi, did you increased the logo sizer under Theme options > Global > Logo > Advanced section?
-
To change it's color, please use:.woocommerce .shop_table .product-remove a.remove { color: #000 !important; }
-
You are welcome! :)
-
@dannypage1 To remove menu wrapper from single post pages only, you need to use below css:.single-post #Top_bar .menu_wrapper { display: none !important; }
-
Hi, to do this, you can use the following css but you won't have possibility to open menu never again:#Header_creative.dropdown #Top_bar #menu ul li.current-menu-ancestor ul { display: block !important; } #Header_creative.dropdown #Top_bar #menu ul…
-
1. To remove shop filters and products from woocommerce pages, please use:.woocommerce #Content .shop-filters, .woocommerce #Content .products_wrapper { display: none !important; } 2. All you need to add sidebar for shop page is to create SHOP page…
-
Hi, 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!
-
Hi, please go to theme folder, create php file with phpinfo() function inside and send us link to that file so we can have a look on your server settings. The problem is related with those limits but to be sure which one is the reason, we need that…
-
Hi, sorry but we do not understand your question. What means "track administrators when they visit the site"? Could you be more specific?
-
Hi, please send us link to page where you got this text first so we can have a look on it.
-
Hi, please take a look at http://themes.muffingroup.com/betheme/documentation/#menu where we explained how to create mega menus and you will find there an information of how to move items into 3x2 and similar.
-
Hi, we did checked this demo and we didn't noticed any jumping effect at all.
-
Hi, please show us what you mean exactly because your current explanation does not say anything.
-
You are welcome! :)