Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
So for that you must modify theme files. With custom css it won't be possible unfortunately.
-
You're welcome ;)
-
We found the way how to center it even with additional stuff on the right. This can be done with below css:#Top_bar:not(.is-sticky) .menu > li { float: none; display: inline-block; } #Top_bar:not(.is-sticky) .menu_wrapper { width: 10…
-
We're glad to hear that works ;)
-
Hi Robin, you can control top margin with below css:.menuo-right #Top_bar .menu_wrapper { margin-top: 10px !important; }
-
Hi, to set background color for this section please use below css:.single-post .section.section-post-header { background: #FFF !important; } .single-post .section.section-post-about, .single-post .section.section-post-footer { background: #FFF !imp…
-
We did not know any unfortunately. Sorry.
-
Ok, got it. We thought that it might be easy with css but it's definitely not because button text does not exist. Please send us private message with access to your dashboard then and we'll have a look on it.
-
Hi, how exactly you want to change format?
-
If you want, you can compare our demo with your site. If you do, you see that our demo is out of any errors. It means that you did something wrong. This could be related with your plugins, old versions of plugins or wordpress, or you did something i…
-
@basketaventures What exactly is not clear? Did you updated slider or not? If not, then please explain what exactly is not clear and we'll try to help.
-
You're welcome ;)
-
Ok. So to change testimonials bg color, please use below css:blockquote p { background: #000 !important; }
-
You're welcome ;)
-
Hi, yes, it is possible. You can do this under Theme options > Responsive section.
-
You're welcome :)
-
Hi, to remove author details from single post page, please use below css:.post-meta .author-date .post-author { display: none !important; }
-
Hi, you can do this with below css :@media only screen and (max-width: 479px) { #Top_bar .logo #logo { margin: 0 !important; } #Top_bar .logo { text-align: left !important; } }
-
You're welcome ;)
-
Hi, to do this, you must set transparent background for wrapper, header wrapper and header. This can be done with below css:#Wrapper, #Header_wrapper, #Header { background: transparent !important; }
-
Hi Steve, yes, you can do this easily with below css:#Top_bar .wpml-languages a.active, #Top_bar .wpml-languages ul.wpml-lang-dropdown { background: transparent !important; border-color: transparent !important; }
-
Hi, to remove this section, please activate "Header | Minimalist" option under Theme options > Header & Subheader > Header section.
-
Ok. So to keep colors on mobile, please use below css:#Action_bar .social li a { color: rgba(255, 255, 255, 0.3) !important; } #Action_bar .contact_details li > i { color: rgba(255, 255, 255, 0.3) !important; }
-
You're welcome :)
-
As we see, you use VC plugin and that's why fonts do not decrease. In this case you must use custom css. To decrease heading, you can use below css:@media only screen and (max-width: 767px) { .vc_separator.vc_separator_align_center h4 { font-size: 1…
-
http://forum.muffingroup.com/betheme/discussion/3109/don-t-see-some-options-or-demos-please-update-theme#latest
-
Hi, menu colors you can change under Theme options > Colors > Menu & Action Bar section.
-
Hi, please use below css and this will do the trick:.wpb_single_image .vc_single_image-wrapper { display: block !important; }
-
@shief84 http://pasteboard.co/TTUAXGh.png - this is the reason why map does not work.
-
Hi, 1. http://forum.muffingroup.com/betheme/discussion/1021/how-to-change-betheme-action-bar-link-colour 2. We do not understand this question. Will be great if you can try to explain once again what you want to do and also please send us url to p…