Search results for: header

Remove the Page Title from the Page Header

The following code can be used to remove the title from the page header title area…

Make "Follow on TikTok" Button Larger and Full Width.

This will make the "Follow on TikTok" button in the header span the whole width of…

Add Sticky Header - Astra Free

This code has been updated to include adjustments for the off-canvas menu to also be sticky…

Change Section Headers

Change the section headers in the donation form.

Pre-approval Emails

Email the admin and customer when a pre-approval payment has been made.

Set Header Menu as "Custom"

If you are using a custom menu plugin for your header menu you can define your…

ai content idea generator

function openai_generate_text() { // Get the topic from the AJAX request $prompt = $_POST['prompt']; $prompt ="generate…

Untitled Snippet

function generate_chat_response( $last_prompt, $conversation_history ) { // OpenAI API URL and key $api_url = 'https://api.openai.com/v1/chat/completions'; $api_key…

Move WooCommerce Category Description Below Products

The following snippet moves the WooCommerce description from the default location (page header subheading) to below…

Override Header Logo with Custom SVG

While you can select an SVG image from the customizer for your header logo if you…

Body on Scroll

;(function ($) { $(window).scroll(function() { var scroll = $(window).scrollTop(); if (scroll >= 5) { $("body").addClass("scroll-500"); $(".tm-header").removeClass("uk-blend-difference");…

Divi Transparent menu above FullScreen Video

To make the top menu transparent and overlay the full-screen video background on your site, follow…

File Size Display

After the download content, shows a list of the download files and their sizes

Remove address from the header

Remove address block from the header

Disable Author Archive

A small Code that disable the WordPress Author Archive and redirect to the Homepage

1 2 3 4 24