Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
But what you show above is not a part of theme and to be honest, we have no idea where does it come from. You must have something set in the dashboard or on server side (.htaccess or something like that). Just switch to any other wp default theme an…
-
So this one is unfortunately not possible with this item. Sorry!
-
Hi Marie, please deactivate maintenance mode so we can have a look on it.
-
Ok. So the background of this section can be changed with below css:.masonry .post-desc-wrapper { background: #000 !important; } But please notice that background won't be full width because of the padding for those items.
-
Hi, it's just image layer with link. More details about this solution you can find on http://forum.muffingroup.com/betheme/discussion/2704/revolution-slider-link-don-t-work-smooth-scroll Thanks!
-
Please add SECTION item and set Full width no margin style for the item. That's the only way to set full width for section.
-
Ok. So to change header backgrounds for those pages, you must use below css:.term-xxx #Header_wrapper { background-image: url('#') !important; } where xxx is term's ID. You can check those id's with Firebug tool for Firefox. Above urls got 60 and 5…
-
Such screencast is unnecessary but if you want, you can send it to us of course. If what we wrote above does not fit to your needs, then we won't have anything similar. Above, we explained how to create portfolio items and how put them on site. Tha…
-
If you want psd files, you should send us private message. Thanks!
-
Hi, you must create portfolio page first and the same sidebar will automatically appear on other portfolio pages as well. But also, you can set individual widgets under Appearance > Widgets for portfolio categories.
-
Hi, for that you can use Builder >> SEO feature. More details about this feature you can check on http://forum.muffingroup.com/betheme/discussion/1080/search-results-don-t-take-care-of-shortcode-content Thanks!
-
Thanks. But do you mean to change background color of this section or what?
-
If you got such many items, you should use Mega Menu instead. All details about mega menu you can read on http://themes.muffingroup.com/betheme/documentation/#menu
-
Hi, this can be done with custom css only. If you will send us example url to such page, we'll show you how to do it.
-
We can not have instruction video for every item and every option because it's technically impossible. However, we do not understand what exactly is so confusing. In the documentation, we explained how to create portfolio items http://themes.muffing…
-
Sorry but this is confusing what you write. Like we wrote above, if you will activate RESPONSIVE mode under Theme options > Responsive section, site will be loaded automatically in responsive mode on mobile devices. So we do not understand what …
-
Ok. So to change the color of links in Action Bar, please use below css:#Action_bar .social-menu li a { color: #000 !important; }
-
You're welcome ;)
-
Hi, to remove the sidebar on mobile devices, please use below css:@media only screen and (max-width: 767px) { .sidebar { display: none !important; } }
-
Thanks. So to do what you asked for, please use below css:.image_frame, .wp-caption, .google-map, .icon_box .icon_wrapper, .content_slider .caroufredsel_wrapper, .author-box .avatar-wrapper, #comments .commentlist > li .photo, .edd_download_image…
-
Hi, background color of mobile menu can be changed with below css:#Top_bar #menu > ul { background: #000 !important; }
-
Hi, you can hide this feature with below css:.woocommerce .product div.entry-summary .woocommerce-product-rating { display: none !important; }
-
Hi, right html code should be
-
Hi, 1. Breadcrumbs can not be moved with custom css. Moving them in different place requires theme files modification. 2. This can be done with below css:.post-desc .post-title h2 a { font-size: 20px !important; } 3. Those sizes can be increase w…
-
You're welcome :)
-
Hi, the answer on your question you will find in the following topic http://forum.muffingroup.com/betheme/discussion/3450/a-logo-question-logo-overlay-slider Thanks!
-
It's not blank, but background is the same color as items. In that case, please use below css to change background color:#Top_bar #menu > ul { background: #000 !important; }
-
You're welcome :)
-
Hi, 1. For that, please use below css:#Top_bar .menu li ul { left: auto !important; right: 0 !important; } 2. You can change menu items color in responsive with below css:@media only screen and (max-width: 1239px) { #Top_bar #menu ul li a { co…
-
Hi, please check the following topic http://forum.muffingroup.com/betheme/discussion/1064/how-to-re-create-one-of-full-demo-pages-betheme-demo-data where everything has been explained. Thanks!