2 Questions Regarding Your Theme
1) If I use wpbakery instead of muffin builder there always seems to be so much padding in each row. The padding seems to come from:
.wpb_wrapper > div {
margin-bottom: 35px;
}
Do you recommend making that 0px as the course of action for disabling that padding? Or is there another way you recommend with your theme? I only notice this issue with wpbakery when using the BeTheme.
2) I would like to make the make the header slightly transparent. But if I use the below code, it also makes the logo at the same transparency rather then keeping it 100%. Any ideas?
.header-transparent.ab-hide #Top_bar {
top: 0;
background-color: #ffffff;
opacity: .5;
}
3) Also does your theme support Font Awesome 5.0? I would like to use the new icons.
Comments
https://themeforest.net/item/betheme-responsive-multipurpose-wordpress-theme/7758048
3) We use icons which are bundled with our theme only.
To use FontAwesome, you have to edit theme files first - but we do not support this kind of modifications.
Thanks