Category

Uncategorized

Articles in this category
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; }…
1 min read
Ascend – Always Show Portfolio Titles
Add this CSS to Theme Options> Custom CSS: .portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } To…
1 min read
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…
1 min read
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…
1 min read
Ascend – Configure Your Homepage
Step 1 Create a new page and call it “Home” (or whatever you like). Step 2 Set that page as your front page in…
2 min read
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;…
1 min read
Ascend – Display Sidebar in Search Results
To control the sidebar output on your search results, navigate to Theme Options> Search Results Settings:
1 min read
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…
1 min read
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…
1 min read
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; }
1 min read
Ascend – Show Portfolio Hover Effect in Mobile
To show the portfolio hover effects in mobile view, add this to Theme Options> Custom CSS: @media (max-width: 767px) { .portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner {…
1 min read
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…
3 min read