Forum replies created
Have u check the knowledge base for the empty page issue?
yep, the codes provided by Mark could work 😉
use this Custom CSS rule:
.wpcf7-form .select-arrow {display:none;}
library/functions/tabs-widget.php line #48 🙂
sorry, but blog shortcode is not supported in evolve theme yet
check out this doc http://www.themepunch.com/faq/show-slide-layer-hover/ , I think it’s possible
added this to your Custom CSS:
ul.nav-menu li#menu-item-440 .sf-with-ul::after {content:"";}
ul.nav-menu li#menu-item-440 a.sf-with-ul {
padding-right: 0px !important;
}
ul.nav-menu li#menu-item-440.current-menu-ancestor a, ul.nav-menu li#menu-item-440.current-menu-ancestor,
ul.nav-menu li#menu-item-440.current-menu-item::before, ul.nav-menu li#menu-item-440.current-menu-ancestor::before {
background: none !important;
}
but then your subitems will have no hover background
probably they forgot 😉
what browser and OS are you using? I checked all major browsers on your website and I see no problems 😕
When you edit the page/post set its template on the right side to 100% width.Then it will work fine 😉