Get Your Business Online & Generating Revenue.
Clarke Web Design is your gateway to get your business online and trading. We strive to make this process simple and effective for our clients
WordPress Solution
shopify marketplace
Elementor pro expert
We Are Digital Solution
For Your Bussiness.
View Our Range Of Services.
Web Design
We design, from scratch, a brand new website for your business. From start-ups to long-established businesses, we have you covered.
01
Website Development
From our designs or a design provided by you, we develop your website from top to bottom.
02
SEO Service
Once your website is live, we do a case study on your website and determine the best keywords to get you appearing on the front page of google.
03
Photography
From pictures of your establishment, products or even Employee Profiles. Our In-House photographers have you covered.
04
Videography
Who doesn't love a good cinematic video? From slo-mo cocktail making to timelapse videos. Bring your website to live.
05
Graphic Design
We know creating a logo is a pain, you have tried Canva or even Fiverr, it's still not right. With Clarke, we are with you every step of the process. Our number one tool is listening.
06
Understand Your Business Needs
At Clarke Web Design we make sure we know exactly what you need before we begin developing. We keep in close contact throughout the whole process from start to finish to ensure your needs are met.
Experience Design At Scale
We design and build beautiful websites for wonderful clients from all over the world.
Happy Customers.
News & Article.
How to change “Add to cart” button text for woocommerce?
// To change add to cart text on single product page add_filter( ‘woocommerce_product_single_add_to_cart_text’, ‘woocommerce_custom_single_add_to_cart_text’ ); function woocommerce_custom_single_add_to_cart_text() { return __( ‘Buy Now’, ‘woocommerce’ ); }
7 WordPress Plugins I install on all websites 2024
The plugin list Admin and Site Enhancements (ASE) Classic Editor ManageWP Worker Elementor & Elementor Pro Solid Security (or Security Optimizer from Siteground) Litespeed Cache
How to sort post using custom query with ACF
add_action( ‘elementor/query/sorted_by_date’, function( $query ) { $query->set( ‘meta_key’, ‘sort_date’ ); $query->set( ‘orderby’, ‘meta_value_num’ ); $query->set( ‘order’, ‘ASC’ ); }); /*Add ACF key in the place
Blur Sticky Header With Elementor
selector.elementor-sticky–effects{ background-color: rgba(0,0,0,0.4)!important; backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); } selector{ transition: background-color 1s ease !important; } selector.elementor-sticky–effects >.elementor-container{ min-height: 70px; /*change the height here
How to add MARQUEE with Elementor Pro in WordPress
hello there ➺ hello there ➺ hello there ➺ hello there ➺ hello there ➺ hello there ➺ .marquee { display: flex; overflow: hidden; height:
How to add custom post type in wordpress
Learn what a custom post type is, when you need to use it, and how you can create dynamic pages using Elementor, CPT plugins and