Author: Hannah

Ascend – Remove Underline From Footer Menu
To remove the underline from your footer menu, add this CSS to Theme Options> Custom CSS: .footerclass .menu li a { border-bottom: 0; }
Ascend – Edit Topbar Search Font
If your topbar search is assigned to your topbar widget area through Appearance> Widgets and you’re having a difficult time seeing the text, use…
Ascend – Always Show Mobile Header
To force your mobile header to show in desktop view, add this CSS to Theme Options> Custom CSS: .kt-header-position-above, .second-nav-container { display: block; }…
Ascend – Change Typed Text Font
To just remove the uppercase text transform, add this CSS to Theme Options> Custom CSS: .kt_typed_element { text-transform: none; } Add more font properties…
Ascend – Remove Hover Effect From Image Menu Text
If you wish to always show the text for your image menus without any animation, add this CSS to Theme Options> Custom CSS: .image_menu_item_link…
Ascend – Change Image Menu Hover Color
By default, the image menu hover color will be set in Theme Options> Basic Styling, Primary Color. If you wish to change it, you…
Header Styles for Ascend
Header Styles Using Side Header Navigate to Theme Options > Layout Settings and select a left or right header style. *Note the secondary menu…
Ascend Blog Post Formats
Creating a Blog Post From your WordPress admin panel, navigate to Posts > Add New. Give your post a title, and choose a format…
Installing Ascend Premium
 Login to your WordPress admin and navigate Appearance >> Themes. Step 1- Select the Add New tab at the top, then click Upload Theme. Step 2-…
Remove Page and Post Titles Sitewide Virtue
To hide all page titles in Virtue Theme without any CSS, add this to your functions.php in your child theme: [php]remove_action('virtue_page_title_container', 'virtue_page_title', 20);[/php] To…