Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
Please follow official WordPress requirements for PHP version https://wordpress.org/about/requirements/ Thanks!
-
Hi, please use below CSS:@media only screen and (min-width: 1240px){ #Top_bar .menu_wrapper { background: #e20036; } }
-
You can do it in Post Options while editing the post, there is the option: Featured Image | Hide http://pasteboard.co/xzqSRPw.png
-
Hi, As I can see you used below to hide menu on all pages#Top_bar:not(.is-sticky) { display: none !important; } Please remove it To increase logo use below code:#Top_bar.is-sticky #logo { height: 60px; line-height: 60px; padding: …
-
Hi, We've tested our theme with Yoast SEO and everything works fine. Please update theme and Yoast plugine, deactivate all other plugins and check again. We think it can be something wrong with outdated version of one of your plugins Thanks
-
Hi, Please paste below code in Theme Options > Custom CSS #Footer { background-repeat: repeat;} Thanks
-
Hi, To remove header on one page you can use below css with your page ID.page-id-2248 #Top_bar { display: none !important;} 2248 is the ID of your homepage
-
You can change color of these lines with the following css:.widget::after { color: #000 !important; }
-
Hi, 1. Responsive menu is not the image but the icon. If you want to change it, under Theme options > Responsive section where Menu Button | Text is, you must use the following code:<i class="ICON-NAME"></i> The whole list…
-
Just as we thought. You're welcome!
-
Yes, there is other solution but you have maintenance mode active and we do not see your page. Please deactivate maintenance mode so we can have a look on it.
-
Ok. So to remove that part, please use the following css:.post-meta .author-date .author { display: none !important; }
-
You are welcome! :)
-
Hi, this option is under Theme options > Header & Subheader > Extras section.
-
Hi, we are sorry but you can not get the same menu with our theme as what you ask for, requires files customization. If you want, you can only remove padding around logo and increase it's size with the following css:#Top_bar .logo { padding: 0 !imp…
-
To do this, you must set class name for the section first and then under Theme options > Custom CSS & JS > Custom CSS section, you must write some extra code like:.class-name { color: #FFF !important; }
-
You are welcome :)
-
Hi, you can remove titles with extra css only:#Subheader .title { display: none !important; }
-
Ok. So to change menu link color on inner pages, please use extra css:body:not(.home) #Top_bar .menu > li > a { color: #000 !important; }
-
@fabiopaivareis Ok. So to remove those details, please use the following css:.post-meta .author-date { display: none !important; }
-
You are welcome!
-
We thought that we added such option but we were wrong. However, below css wil increase site width on mobile only:@media only screen and (max-width: 767px){ #Wrapper { max-width: 100% !important; } }
-
Hi, 1) To remove that white background, use the following css:.woocommerce .shop_table td.actions { background: transparent !important; } 2) You can remove this background on hover with extra css:.woocommerce table tr:hover td { background: transp…
-
http://forum.muffingroup.com/betheme/discussion/6979/change-colour-of-contact-us-form-pretty-photo
-
http://forum.muffingroup.com/betheme/discussion/938/problem-with-image-size-in-shop-slider-media-images-settings-sizes
-
Ok. So to move icons from the right side to above on mobile only, you can use the following css:@media only screen and (max-width: 479px) { .icon_box.icon_position_left { padding-right: 0 !important; } .icon_box.icon_position_left .icon_wrap…
-
Ok. So you can decrease this space with the following css then:.widget { margin-bottom: 10px !important; padding-bottom: 10px !important; }
-
Hi, we did checked your site and noticed that RTL file has not been loaded. Looks like your cache stuff did not refreshed this file or while update, RTL file has not been copied properly. This is the reason why RTL does not work as supposed to. Th…
-
Ok. If you are sure about that and you don't want to display all of them, please turn off Share Box under Theme options > Blog,Portfolio & Shop > General section. Hope that this would help you.
-
Hi, we did checked this plugin on our side and everything works fine what you can see on http://pasteboard.co/xktbKgI.png You probably missed one important information which says: "This plugin is an add-on for the MailChimp for WordPress pl…