Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,840
- Last Active
- Roles
- Administrator
Comments
-
Hi, menu items classes are being controlled by WordPress itself and when you are on one of such pages, like http://www.metal-revolution.com/reviews/sepultura-machine-messiah Reviews item is no longer active and there is no way to control this by us…
-
Hi, we are sorry but we do not have such functionality included into theme. Thanks!
-
Hi, we are sorry but we do not have functionality to close menu when going to specific sections. Thanks for understanding!
-
Hi, we suggest to start from plugins deactivation (including cache) because this has nothing to do with the BeTheme itself. You can also check your JS console and you will see that you got some bugs there.
-
@yashjain This is not possible, sorry.
-
Hi, please send us link to page where the icon is gone because we have no idea what you mean and need to have a look on it first.
-
Hi, take a look at http://forum.muffingroup.com/betheme/discussion/11/share-your-site-based-on-be-theme where such sites are being listed by customers.
-
Hi, the slogan can be translated of course but you need to use String Translation.
-
Hi, you can change them under Excerpt field of each post. If you don't see such field in the bottom, you need to activate it in the right top corner where Screen Options is.
-
@looks-like So if the css provided above does not work, please send us link to page where you used it and it has no effect.
-
No, it doesn't work from that section which is hidden on desktop because we checked it. However, in reference to 2nd question, we do not have functionality to offer different pages per different devices.
-
2. Ok, got this box. This is alert info box and you can change it's color with the following css:.alert_info { background: #FFF !important; color: #000 !important; } .alert_info a { color: #000 !important; } .alert_info .alert_icon { …
-
Please send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact so we can have a look on it then. Please don’t forget to let us know what for the access is.
-
Hi Daniel, we can not recommend any plugin because we did never tested any but we have an Our Team item included into theme itself and you more details about this item you can find on http://themes.muffingroup.com/be/theme/shortcodes/content-elemen…
-
Ok, thanks. So to reduce its size, you need to use the following css:.single-post .post-meta .author-date { font-size: 14px; } .single-post .post-meta .category, .single-post .post-meta .mata-tags { font-size: 12px; }
-
Hi, to remove these details, all you need to do is use the following css:#Intro .intro-meta, #Intro .intro-meta a { display: none !important; }
-
You are welcome! :)
-
Hi, you can change its color with the following css:#Top_bar #menu ul li.submenu .menu-toggle::after { color: #000 !important; } #Top_bar #menu ul li.submenu .menu-toggle { opacity: 1 !important; }
-
You are welcome! :)
-
Hi, please add !important declaration to above css and move it into the first line of custom css and check.
-
You are welcome! :)
-
Ok, thanks for the explanation. So to remove those details, you need to use the following css:.woocommerce .upsells ul.products li.product .excerpt, .woocommerce-page .upsells ul.products li.product .excerpt { display: none !important; }
-
Hi, as we can see on the screenshot, you have mobile menu what means that if you want to display regular menu on smaller screens, you need to change Responsive Menu Initial Width option under Theme options > Responsive section.
-
Ok, thanks. So to change these titles, you need to use the following css:.masonry .post-desc-wrapper .post-desc .post-title h2 a { font-size: 16px !important; line-height: 16px !important; }
-
Hi, to open links in same window, target="" attribute need to be empty.
-
Hi, header size is being controlled by the logo size so to change header size, you need to change logo size under Theme options > Global > Logo section.
-
@valeria_ch You have social icons in footer already but are the same color as background and that's why you don't see them. To change social icons color, you need to use the following css:#Footer .footer_copy .social li a { color: #000 !important; }
-
Hi, menu font size can be changed under Theme options > Fonts > Size & Style section.
-
Ok, so to put background there, you need to use:@media only screen and (max-width: 767px) { #Top_bar #menu { background-image: url('PATH-TO-BACKGROUND') !important; } }
-
Hi, sticky header logo can be changed under Theme options > Global > Logo section.