Posts Tagged: Web Design
Want to Receive Email Updates of New Articles About Web Design?
Join My Email NewsletterCan You Build a Website on HubSpot CMS? Everything You Need to Know
Category: Articles
If you’re considering building a website and you’ve stumbled across HubSpot CMS, you’re probably wondering: Is this the right platform for me? Can I actually create a professional site without hiring a developer? The answer is yes! HubSpot CMS makes it easy to design, manage, and optimize your website, even if you don’t have technical […]
HubSpot CMS is now Content Hub, Avoid HubSpot Workflow Errors, GA4 Key Events | 3 Things Newsletter – April, 2024
Category: Newsletter
1. HubSpot CMS is Now… Content Hub HubSpot announced that HubSpot CMS is now expanding and being renamed Content Hub. In addition to their own CMS tools, they are adding more AI tools to make it easy to generate content. A key part I see is the distribution of this generated content. You can post […]
Google Helpful Content Update, New Keyword Wrapper Tool, Code for Marketers | 3 Things – March, 2024
Category: Newsletter
1. Google SEO Updates Google officially released INP for their core web vitals report in Google Search Console. Optimizing INP (interaction to next paint) should be prioritized by not being obsessed over it because it does not guarantee improvement in rankings. However, it does improve your customers’ user experience when viewing your website because nobody likes a slow-loading site. I also came […]
How to publish a page in development mode without HubSpot content staging [code snippet]
Category: Code Snippets
HubSpot has a nice feature called content staging which prevents search engines form crawling and indexing the content. But if you are using HubSpot CMS starter you won’t have access to this tool. So a work around is to add the following code to the HEAD of your base layout HTML file. This adds the […]
How To Create a New CSS Stylesheet for HubSpot
Category: Articles
For those utilizing HubSpot’s content management system (CMS), the ability to create new CSS stylesheets grants users immense flexibility in customizing the look and feel of their website. Whether it’s making minor tweaks to existing styles or implementing a complete overhaul of the site’s design, having control over CSS stylesheets is essential for achieving the […]
New Page Templates and Modules added to the Industrial Pro HubSpot Theme
Category: Newsletter
I’ve recently added new features to my Industrial Pro theme for HubSpot. The overall goal of the updates was to make it better support manufacturing services and make it easier to build common pages most industrial companies have. Theme Feature Updates Include: New Page Templates Home 2The homepage template is great for metal fabricators and machine […]
Reasons Why I Recommend Creating a Child Theme BEFORE You Start Building HubSpot Pages
Category: Articles
When you download a HubSpot theme from the HubSpot marketplace, it can be exciting to jump right in and start building pages. This is OK for testing, but when you are ready to actually build your final website, I highly recommend you create a child theme first. In this post, I will explain what a […]
How to Remove “Powered by Shopify” from Website Footer 2023
Category: Newsletter
In this video I walk you through the steps of removing the “Powered by Shopify” text in the site footer of your store. I will be demonstrating this using the Shopify Dawn theme but this should apply to most themes. The official help video from Shopify has you just remove the link text but the […]
How to Inspect Element on Chrome Developer Tools [Tutorial Video]
Category: Newsletter
How to Inspect Elements and CSS Test with Chrome Developer Tools for Beginners – Google Chrome DevTools Tutorial. This dev tools tutorial demonstrates the different ways to inspect and test CSS using Chrome’s DevTools. This is helpful when building responsive websites because you can get real-time feedback on a style change.Then once you are happy […]
How to Add SVG Icons to a Figma Project (Figma Quick Tip)
Category: Newsletter
I have recently started to use Figma for my web design projects. If you are not familiar with Figma, it is software used for website and web application design. The benefit of using Figma is the ability to experiment with design revisions prior to making any code changes. In this video I demonstrate how to […]