Author: Hannah

Creating a Portfolio Page
NOTE: For free theme users make sure to have the Kadence Toolkit Plugin installed and activated. Step one: create portfolio posts In your WordPress…
Disable Sidebar Ascend
If you have a page that’s showing a sidebar, and you want to get rid of it, go into the page settings and find…
Style Place Order Button in Ascend
By default, this will be controlled in Theme Options> Basic Styling, Primary Color.  If you want to override the button and style it separate…
Ascend – Customize Footer Navigation Font Properties
To adjust the font of your footer menu, use this CSS in Theme Options> Custom CSS: [css].footermenu li a { font-size: 16px; font-weight: bold;…
Remove Line From Footer Titles Ascend
To remove the line from your footer widget titles, add this CSS to Theme Options> Custom CSS: .footer-widget-title:before { display: none; }
Remove Line From Footer Titles Ascend
To remove the line from your footer widget titles, add this CSS to Theme Options> Custom CSS: .footer-widget-title:before { display: none; }
Customize Footer Widget Titles Ascend
To customize your footer widget titles, you add this CSS to Theme Options> Custom CSS: .footerclass .footer-widget-title { font-size: 25px; font-weight: bold; } Customize…
Display Desktop Menu in Tablet View Ascend
To force the desktop menu to display in Tablet view, add this CSS to Theme Options> Custom CSS: @media (min-width: 767px) { .kt-header-position-above, .second-nav-container…
Force Desktop Topbar in Mobile Ascend
For a better mobile experience, Ascend requires by default that you configure your mobile and desktop topbar separately. To force your desktop topbar to…
Add Contact Form to Page Ascend Premium
We suggest using a plugin to create a contact form. WPForms is a great free option. However, there is a basic lightweight contact form…