Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,883
- Last Active
- Roles
- Administrator
Comments
-
Hi, any link to page where you got errors?
-
Hi, to remove the logo completely, you need to use extra css:#Top_bar .logo { display: none !important; }
-
You are welcome! :)
-
Thanks. So to remove this background color, please use the following css:.widget_archive ul, .widget_nav_menu ul { background: none !important; }
-
You are welcome! :)
-
Hi, to remove those margins between inputs, you need to use extra css:input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="te…
-
Hi, you can change it's color with the following css:#Top_bar .search_wrapper input[type="text"] { color: #000 !important; }
-
Ok. So to add padding between those tweets, you need to use extra css:.widget_twitter ul li { padding-bottom: 20px !important; }
-
To remove featured image, you need to use:.single-post .single-photo-wrapper { display: none !important; }
-
It's because you wrapped phone number into a tag. Use below css and this would do the trick:.asg_title h2 a{ color: #000000 !important; }
-
Hi Peeter, yes, you can remove frames with the following css:.image_frame, .wp-caption { border: 0 !important; }
-
You can do this with:#Footer .footer_copy .column { margin: 0 0 40px !important; } #Top_bar .column { margin: 0 0 40px !important; } #Top_bar.is-sticky .logo { margin: 0 !important; }
-
You're welcome!
-
Hi, you can change it's color with the following css:#Subheader .title { color: #FFF !important; }
-
@celsocos You can short both of these with the following css:#Top_bar a#header_cart { top: 54px !important; } #Top_bar:not(.is-sticky) .top_bar_right::before { height: 105px !important; } #Top_bar:not(.is-sticky) .top_bar_right { height: 105px !imp…
-
@sureshone You probably forgot to add class="scroll" to the item which should be smooth.
-
You are welcome ;)
-
Ok. So to create similar line, you need to use the following css:#Top_bar { border-bottom: 1px solid #000 !important; margin-bottom: 20px !important; }
-
You are welcome ;)
-
Hi, for that, you need to modify functions/theme-functions.php file where add_image_size() functions are. Thanks!
-
http://forum.muffingroup.com/betheme/discussion/3109/don-t-see-some-options-or-demos-please-update-theme
-
Hi, we suggest to start from custom css and plugins. Just turn them off and check. Also, you may disable Nice Scroll under Theme options > Addons & Plugins > Addons section.
-
Hi, all items/shortcodes are located under functions/theme-shortcodes.php file. Thanks!
-
You can do this under Theme options > Header & Subheader > Extras section where Sliding Top option is.
-
Hi Alain, we should start from setting up cache plugin like W3 Total Cache.
-
@clubedemidia For single posts, you can use:.single-post .single-photo-wrapper { display: none; }
-
This has been already explained on http://forum.muffingroup.com/betheme/discussion/880/change-input-background-color
-
http://forum.muffingroup.com/betheme/discussion/1021/how-to-change-betheme-action-bar-link-colour
-
Some items exist as raw shortcodes. You can find them under []+ button which is included into wp default editor for example.
-
You can not move this social bar under the content unfortunately. In reference to 2nd question, you can not configure share this settings because this requires files customization. They are hard-coded. If you don't like them, you can only remove th…