Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,863
- Last Active
- Roles
- Administrator
Comments
-
Do you mean background behind the Top Bar where logo and menu is?
-
Hi, to put 4 images in one column under featured single product image, you need to use the following css: .woocommerce .product .product_wrapper .product_image_wrapper .thumbnails .image_frame { width: 23% !important; } .woocommerce .product .pr…
-
Please send us link to page where this happens so we can have a look on it.
-
Hi, please send us link to page where you got these images blurry so we can have a look on it.
-
Just remove your custom css we pointed on http://pasteboard.co/jxMhMlm6x.png
-
Hey, looks like your theme files are incomplete. We recommend to remove theme files from FTP and then upload all files once again but this time via FTP to be sure that all files were transferred completely.
-
Hi, please send us link to page where you got these portfolio items so we can have a look on it first.
-
@prismavista Sorry but as far as we know, it's not possible unfortunately.
-
Hi, to change post title font size, please use:.blog_wrapper .post-desc .post-title h2 a { font-size: 20px !important; line-height: 20px !important; }
-
You are welcome! :)
-
You are using VC plugin which does not have an option to set cover size for the backgrounds. So in this, you need to use custom css:.vc_custom_1477570492960 { background-size: cover !important; }
-
It is possible to put the image behind the whole Top Bar only and this could be done with below css:#Top_bar { background-image: url('Path-To-Image') !important; }
-
Ok, we understand. After further checking, we realized that Share Box does not appear because of your custom css:.column.one.single-photo-wrapper.image { display: none; }
-
Ok. So to set cover size for Intro header type, please use below css:#Intro { background-size: cover !important; }
-
You are welcome! :)
-
As you can see on http://pasteboard.co/k18meb5dX.png you have 150px of bottom padding for the last section and this is where this section come from.
-
Hi, you can change this footer copyright under Theme options > Footer section where option responsible for copyright is.
-
Ok, thanks for explanation. However, what you ask for, is not possible unfortunately and requires files customization.
-
Yes, this is what we are talking about. What is not clear in above explanation? Sorry but we don't understand. If you really do not understand what you are trying to tell you, please contact with your web developer because this change may bring you …
-
Ok. So to make slider auto scroll, you need to set Default Slider Duration under General settings. Take a look at https://www.themepunch.com/revslider-doc/general-settings/#defaults where this was explained.
-
Hi, yes, it is possible. You can do it using the following extra css:.menu-arrow-bottom #Top_bar .menu > li > a::after { border-radius: 50%; height: 10px; width: 10px; border: none; background: #000 !important; }
-
You are welcome! :)
-
Hi, please make sure you did not disabled it under Theme options > Blog, Portfolio & Shop > General section. It's called Share Box.
-
Sorry, but we didn't with any. Like we wrote above, we will do this when we finish all current featres and updates we have currently on "to do" list.
-
Like we wrote above, you must to add it for the IMG tag the same way as you set src or alt attributes
-
If you know coding, then you can do whatever you want of course. But because in reference to Item Support Policy, files customization are not allowed, we are not able to provide solution. For all customization, is responsible your web developer.
-
Looks like you have too many menu items in header and there is not enough space to put menu along with the logo and other icons and that's why menu is being pushed down. But we would be able to tell you more about it if you will send us link to page…
-
@CloudCity_stockshop To set background color to Split header transparent type, please use:.tr-menu.header-split #Top_bar:not(.is-sticky) { background: #000 !important; }
-
http://forum.muffingroup.com/betheme/discussion/21786/infobox
-
@jajajajan Each custom css just need to be added under Theme options > Custom CSS & JS > Custom CSS section.