Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
Hi, please deactivate Nice Scroll feature under Theme options > Addons & Plugins > Addons section and all should be fine.
-
Ok, thanks. To to change this color to white, you need to use the following css:.slider_pagination a.selected::after, .tp-bullets.simplebullets.round .bullet.selected::after { background: #FFF !important; }
-
You are welcome :)
-
To remove date from blog slider, please use:.blog_slider .blog_slider_ul li .item_wrapper .date_label { display: none !important; }
-
Hey, you can change this color under Theme options > Custom CSS & JS > Custom CSS section where the following css is:#Subheader .title::before { background: #4bc9e8; clear: both; content: ""; display: block; height: 8px; margin:…
-
Hi, are you talking about the title of your site? Would be great if you can show us on screenshot what you mean.
-
Hi, the images must be different sizes or proportions and that's why are not same sizes. If you want all images to be same size, you need to upload them with exactly same sizes. Thanks!
-
@MarcoMilanovic Please send us link to page where you would like to increase icons.
-
Hi, do you mean that your Muffin Options panel is empty or what? However if some of your options has removed, to get them back you need to contact with your admin and ask him for backups.
-
Sorry but we don't get it how exactly you want to do this. Do you mean to hide subheader on mobile then? Would be great if you can show us on screenshot how exactly you want to do this.
-
You're welcome!
-
Hi, please deactivate maintenance mode first so we can have a look on your menu.
-
Hi, yes, you can. All raw shortcodes you can find under []+ button which is located inside WP default editor.
-
Hi, to do this, you can put iframe code into popup shortcode, just like below: [popup title="Button title" padding="0" button="0"]<iframe src="http://muffingroup.com" style="width: 100% !important;&q…
-
Hi, as we remember, we were giving you css for that in the past but as we can see, you just removed it. So if you want to set padding again, please use the following css:#Action_bar .column { margin-bottom: 0 !important; padding: 0 40px; …
-
Hi, 1. This space is a description which is empty. So to remove that space, you need to use the following css to remove description completely:.portfolio_group .portfolio-item .desc { display: none !important; } 2. Do you mean to reduce it's heigh…
-
Ok, thanks. We see what you mean. To disable margin bottom for gallery images, you need to use an extra css:.gallery-item .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: 0 !important; }
-
Hey, to move subheader with title up, you need to use an extra css:body:not(.template-slider) #Header { min-height: 80px !important; }
-
Hey, looks like it's header's height. Some people are using header backgrounds behind and this is what for this space is. If you don't need it, please just switch to Minimalist header under Theme options > Header & Subheader > Header sect…
-
Hi, please provide us link to page where logo does not appear on mobile.
-
You're welcome! :)
-
Great :)
-
Which navigation you mean exactly? Would be great if you can provide us link to page where you would like to remove navigation.
-
Looks like you mean widgets that can be removed under Appearance > Widgets section.
-
Search is already adjusted to the right side and it is not possible to move it more. But to change font type of search, the font need to be selected under Theme options > Fonts section and all you need to change it is the following css:#Top_bar a…
-
You are welcome ;)
-
Hmm, that's weird. First time we met with something like that. Did you tried to contact wpml support team? Maybe the problem is related with plugin's corrupted files? In the past we met few times with situations when weird things were happening when…
-
As you can see on http://pasteboard.co/1keg3vna.png "Read more" button is already aligned to the right side.
-
In which browser this button is blue? Because we didn't noticed such color.
-
Hi, 1. This can be done with the following css:.image_frame .image_wrapper .mask::after { display: none !important; } .image_frame .image_wrapper .image_links { display: none !important; } .image_frame .image_wrapper img:not(.ls-l) { top: 0 !import…