Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,883
- Last Active
- Roles
- Administrator
Comments
-
Hi, to remove sidebar for Shop page, please go to All pages > Pages section, find the Shop page and set the layout for that page to FULL WIDTH. Thanks!
-
No, you still do not understand. All you need to do is create a blank page, which you may call BLOG for example but this page should be completely empty (no content). Then, under Settings > Reading, you must set this BLOG pages as posts page. Aft…
-
No, we do not have any other topic because this could be everything. Let us know when site would be online and we will have a look on it then.
-
If that's true, please send us link to your site where you uploaded taller image so we can have a look on it.
-
You are welcome!
-
Hi, this requires files customization what is not included into service. You need to contact with your web developer if you don't know PHP or HTML. Thanks for understanding!
-
Hi, we did never tested this addon so we don't why this may do not work.
-
@Conquisitor75 Please make sure if you did not selected any Custom | Layout for any of these pages. We bet you set this layout for homepage probably.
-
Let us know when site would be online because without the link, we don't know if this would be possible. Each case must be examined separately.
-
Hi Alex, do you want to display this ad on single post pages or where exactly? If you will send us example link to page where this ad should be displayed only, we will see if there is anything what we can do to prevent this with custom css.
-
Hi Leocadie, this is the reason why we suggest to use Muffin Builder instead because our builder is ready for one page websites. With VC it won't be possible unfortunately. Thanks for understanding!
-
What is the link to your site then where you changed this color. Let us know if you meant background color or maybe other one?
-
Hi Chris, yes, it is possible but we need link to your site to help you. Thanks!
-
You can do this with the right @media query, like:@media only screen and (max-width: 767px) { #Subheader { display: none !important; } } We suggest to familiarize with @media query on http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
-
Please send us link to site where you did it and social icons does not appear so we can have a look on it.
-
Looks like this default description does no longer exist. So if you still experience this text on FB, it means they cached your site when you had this description set and now you must wait until cache on their side would be refreshed.
-
Looks like you mean sticky header because this is the only place where you can do this. So, please use the following css to do this:#Top_bar.is-sticky { opacity: 1 !important; }
-
New version will be ready today. We just need few hours more :)
-
Hey, do you mean vertical space between columns? If yes, please send us link to page where you want to do this and we will see if it's possible with custom css. Thanks!
-
No problem then :)
-
Hi, please try to deactivate all extra plugins first and then check if this would be possible. If not, please try to re-install theme files thru FTP. Thanks!
-
Hi, you can do this with the following css:#Top_bar .logo { z-index: 9999 !important; }
-
You can always send us private message with dashboard access then. Of course we can give you the css which works on our side, but we can not guarantee that this would work on your side as well..testimonials_slider .slider_images { display: none !imp…
-
You can remove it from front-end with the following css:.photo_box h4 { display: none !important; }
-
Hey, sure, you can put rounded corners for these boxes with the following css:#Footer .widget_mfn_menu ul li a { border-radius: 10px !important; } #Footer .get_in_touch { border-radius: 10px !important; } P.S. Would be great if you can provide the…
-
Hi, 1. To increase their width, please use:.wpb_wrapper .wpcf7-form { width: 100%; } 2. For that, you need to use column shortcodes like one_second. 3. You can remove these elements with the following css:blockquote { background: none !important;…
-
You can resize them with the following css only:.single-post .single-photo-wrapper .image_frame, .single-post .single-photo-wrapper .wp-caption { width: 50% !important; }
-
You are welcome! :)
-
Hi, you can do this with:@media only screen and (max-width: 767px) { #Subheader { display: none !important; } }
-
You are welcome ;)