Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,869
- Last Active
- Roles
- Administrator
Comments
-
Yes, this might be the reason of course. We agree that there is a lot of other javascripts. However, there is no simple solution to achieve what you need with included options.
-
Ok, thanks. So if you would like to change it's position, you can do this with the following css:@media only screen and (max-width: 767px) { .blog_wrapper .post-photo-wrapper { float: none !important; width: 100% !important; } .blog_wrapper …
-
Hi, the only thing you can do is replace subheader image with background color on mobile. To do this, you need to use an extra css:@media only screen and (max-width: 767px) { #Subheader { background: #000 !important; } }
-
You are welcome :)
-
Hi, the number of search results comes from Theme options > Blog, Portfolio & Shop > Blog section where Posts per page option is. It's the same global variable which is responsible for posts and search results.
-
Ok, thanks. So to change the color of those woocommerce buttons, you need to use an extra css:.woocommerce ul.products li.product .button { background: #000 !important; color: #FFF !important; border-color: #000 !important; } .woocommerce ul.product…
-
Hi, 1) Yes, if you want to put links, you need to use a tag, like:<a href="#">some text</a> 2) To remove slider, you need to uncheck it under Page Options section where Slider Revolution drop-down field is.
-
You are welcome :)
-
Hi, as we can see, your menu is visible but it just switches to mobile menu on screens smaller than 1240px. If you would like to decrease this value, you need to use Responsive Menu Initial width option under Theme options > Responsive section. …
-
Exactly, there is no way to save them both unfortunately.
-
Hi, we are sorry but we do not have an option to set custom button styles for sliders. For Be|Sport, we just set the following shortcode:[button title="Browse collection" link="#" color="theme" font_color="" …
-
But what is the reason? You get an error or what?
-
Your site is under password.
-
What for is this link exactly? Did you made what we told you above? Please understand that we have no impact on WooCommerce images sizes and those sizes can be set under the section we mentioned above.
-
If there is no description, please send us private message with dashboard access so we can have a look on it ourselves.
-
@samsoft24 Please send us link to page where you would like to increase logo size for sticky header only.
-
Great, we are happy to see that you sorted it out :)
-
Hi, we are sorry but it is not possible unfortunately. Thanks for understanding!
-
Hi, while site migration, we always use 2 plugins and did never had any problems with content or settings migration. Those plugins are: WP Migrate DB and Mfn CB Migration Tool. Thanks!
-
@DNALifestyle Can you explain what you mean?
-
Good to know that all works fine :)
-
Ohh, ok. So yes, we were talking about 2 different things :) The Template you are talking about is located under Portfolio Item Options section when you create/edit portfolio items. You can see it in the bottom of the following screenshot http://pas…
-
Sure, it's js/scripts.js and and style.css files.
-
Yes, it is possible of course. You can achieve this with:#mfn-rev-slider { border-bottom: 2px solid #f15a24; }
-
You are welcome ;)
-
You can do this with:#Top_bar a.button.action_button { font-size: 20px !important; }
-
You are welcome! :)
-
This must be cache then because if you look at http://pasteboard.co/1iGqTPa3.png you see that date is not visible. In reference to 2nd question, to remove excerpt and additional grey field under desc, please use:.masonry .post-excerpt { display: no…
-
You are welcome! :)
-
Ok. So as we can see it's possible and can be done with:body.table-hover:not(.woocommerce-page) table tr:hover td { background: none; color: inherit; } body.table-hover:not(.woocommerce-page) table tr:first-child:hover td { background: #000 !importa…