Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
This is not subheader, but section. And image is not full width because is only 1240px width. So or you will upload larger image (1920px width - FULL HD) or use below css but please remember that css would be applied for all sections:.section { back…
-
You're welcome!
-
Any url to site?
-
Hi, please send us url to site where icons and contact form does not work so we can have a look on it. Thanks!
-
Are you sure about that? Please create file on your server with phpinfo() and send us link so we can have a look on it.
-
With customizing files, everything is possible but such modifications are not included into theme. So all changes must be done on your own and after them, your website developer will be responsible for your site.
-
For that you need to use Child Theme but you must know that we do not offer any files customization. So if you want to do any customization, you must do this on your own.
-
It's quite difficult to explain. Please look at https://codex.wordpress.org/Child_Themes where you have all information about Child Theme. Hope that this will explain everything and you will understand what for child theme is.
-
If you mean ICONS, you can use only icons that are included into theme. You can find them all http://themes.muffingroup.com/betheme/shortcodes/typography#icons But instead, you can use images that may look as an icons and in this case, you can uplo…
-
You're welcome ;)
-
@IFZA You can remove this background color on hover with below css:ul.clients .client_wrapper:hover { background-color: #FCFCFC !important; } But it is unfortunately not possible to increase number of client images per slider.
-
This is header background feature. If you don't need it, please turn ON "Header | Minimalist" option under Theme options > Header & Subheader > Header section.
-
You're welcome ;)
-
Hi, you can remove this padding with below css:body.header-below:not(.template-slider) #Header { padding-top: 0 !important; }
-
Hi, 1. You can change this line with below css:#Top_bar .menu > li > a::after { color: #000 !important; } 2. There is custom css already under Custom CSS section where this color can be changed:.underline { border-bottom: 7px solid #ea95…
-
You're welcome! :)
-
Ok. So to change this button color, you can try to use below css under Theme options > Custom CSS & JS > Custom CSS section:a.button.mavi-button { background-color: #000 !important; color: #FFF !important; } a.button.mavi-button:hover { ba…
-
Hi, yes, you can control this color under Theme options > Colors > Header section where Header | Background option is. Thanks!
-
Hi, 1) You can remove it with below css:.post-footer .button-love a.mfn-love { display: none !important; } 2) You can do this under Theme options > Translate > Blog & Portfolio section. 3) Menu items height, can be decreased with below …
-
No problem ;)
-
Hi, as we see, you are trying to use Split header style. Please look at http://forum.muffingroup.com/betheme/discussion/7794/how-do-i-creat-a-split-menu where we already explained how split header works. P.S. If you want to know what time and when…
-
You're welcome :)
-
Ok. So we did checked your site and it is possible to set transparent background in your case. To do this, please use below css:#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, …
-
Great :) We're glad to hear that you sorted it that way.
-
If you want, you can set fixed height for desktop only with below css:@media only screen and (min-width: 1240px) { .testimonials_slider { height: 200px !important; } }
-
Just like we thought :) You're welcome!
-
You're welcome ;)
-
Hi, this question should be sent to your admin, not to us because we are not responsible for your server. The error you have is related with problems on hosting side. Thanks!
-
If it does not work, then please send us private message with dashboard access and we'll have a look on it. But please notice, if you did it wrong and the problem is with one of your custom css's, you will lose them all because we would remove them.
-
Hi, yes, it is possible of course if you know coding. You can add any code you want thru FTP.