Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,845
- Last Active
- Roles
- Administrator
Comments
-
So if it's a concept only, then we do not have pre-made option that would allow you to create similar header type.
-
Hi, we are sorry but we do not have an option to change the logo link. Thanks!
-
Hi, we are sorry but we do not have an option to add shadow for Google Fonts. Thanks!
-
Ok, so to display search icon on mobile as well, you need to use the following css:@media only screen and (max-width: 767px) { .header-split #Top_bar a#search_button { display: block !important; top: 40px !important; } }
-
Sorry but we really have no idea what might be the wrong on your end. We did checked your site on several different computers and the result is positive.
-
Sorry but it's not so easy as you think and like we told you above, it requires files customization and couldn't be achieved with css customization only.
-
Hi, the menu items couldn't be the links on mobile devices. Sub-menu can be dropdown with + icon only. Thanks!
-
Hi, to remove Action Bar from mobile, you need to use the following css because your is totally wrong:@media only screen and (max-width: 767px) { #Action_bar { display: none !important; } } For more details about @media rules, we recommend to …
-
You are welcome :)
-
Ok, got it. To move the mobile menu down when it's sticky, please use the following css:.mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle.is-sticky { top: 30px !important; }
-
Hi, to change the border color of search input, please use the following css:#searchform input[type="text"] { border-color: #000 !important; }
-
Hi Tobias, to decrease top bar height, you need to use the following css:#Top_bar .menu > li > a { padding: 20px 0 !important; } #Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo { …
-
You're welcome! :)
-
Ok, thanks. So to increase padding between the subheader and the content, you need to use the following css:.single-product .column.woocommerce-content { padding-top: 30px !important; }
-
You're welcome ;)
-
As you can see on http://pasteboard.co/rqGEKOb94.png your images are only 600px wide so if you want to make them wider, you need to upload wider images. Or you can use below css to center them on blog page:.blog .blog_wrapper .post-photo-wrapper { t…
-
Hi, you can do this using Responsive Menu Initial Width option under Theme options > Responsive section.
-
Hi Johnny, yes, you can set up mobile logo of course under Theme options > Responsive section.
-
You are welcome! :)
-
@bike2n To move the sub-menu items up, you need to use the following css:#Top_bar .menu li ul { top: 70% !important; }
-
Hey, we have already such item included into Muffin Builder and it's called Visual Editor :)
-
You're welcome! ;)
-
Hi, please show us on the screenshot where exactly you do the changed and they do not appear.
-
Hi, please send us link to page where you would like to do this and we will see if there is anything we can do to help. Thanks!
-
The only way is to set custom class name for this p tag and then use above css per the "p" tag with right class name.
-
Hi, the top bar is one whole and it's not possible to set different backgrounds for these sections unfortunately. What you ask for, requires files customization. Thanks!
-
Hi, do you mean that the bottom part of the content has been removed from the back-end? If that's what you mean, please go to theme folder, create php file with phpinfo() function inside and send us link to that file so we can have a look on your s…
-
@fayamatt Do you use external SEO plugin or what? What's the link of page which does not have description? @imajn2 Make sure you did not enabled Discourage search engines from indexing this site option under Settings > Reading section.
-
Hi, please send us link to page where you set different sticky logo but you still have the default logo being displayed.
-
But it's a home page and logo is H1 on this page.