You can use CSS to style the 1st nav menu item in any theme using : first-child nth-child(1) first-of-type All 3 CSS rules
Free Genesis Tutorials
Support for installation & modification of the code in free & premium tutorials is provided for registered users.
Tutorials which take 1 hr or less are tagged free. Any work which takes more than 1 hr is only available for members.
Subscribe to the raw rss feed for posts in this category or Feedburner.
Subscription includes delivery of both free & premium tutorials.
Custom Button Link Per Product in WooCommerce
This PHP code enables you to add a custom button on your single product page with a custom link. You can add the link using WordPress custom
Change The Text of The Add To Cart Button On Specific WooCommerce Product Page
Swap out the I.D for the product you want to target in the code and add to the end of your child themes functions.php file. You could
Remove Single Product Image Per Product
Add this PHP code to the end of your child themes functions file to remove a product image for 1 specific product only. Swap out the post
How To Redesign The Single Product Page Template In WooCommerce
This is a beginners guide showing you 2 ways to modify the default design of your single product pages when using WooCommerce. One : You
Genesis remove post date (entry-time) sitewide and (comments-link) on homepage
Using a code editor, copy & paste this PHP code to the end of your Genesis child themes functions.php file. The code removes the
No Risk Guaranteed Code
Code on WP SITES is guaranteed to work for paid members and clients as seen in the demo videos in each individual tutorial &
Remove Star Rating Per Product in WooCommerce
This tutorial provides 2 steps which enable you to remove the single product star rating on a per product basis. Installation Steps Step
Remove Coupon From Cart Page – WooCommerce
There's 2 ways to remove the coupon form from your WooCommerce cart page. 1. You can copy over the cart.php to your WooCommerce folder in
Set Logo Size In Essence Pro Theme
In your Essence Pro child theme folder, go to config > theme-supports.php and set your logo width and height. In this example, 100px X 100px
Remove Meta Per Single Product – WooCommerce
Need to remove, category and tag links from a single product? There's 2 steps. (1) The input and (2) the output. Step 1 - You can use
Remove Related Products Per Single Product – WooCommerce
Need to remove related products from a specific product page? There's many ways to do this using PHP code or CSS. This solution uses custom
Submit Button Notice for Product Reviews – WooCommerce
Using a code editor, copy & paste the PHP code from the view raw link in the Gist to the end of your child themes functions file or
Remove Current Single Product From Shortcode Products – WooCommerce
Add to the end of your child themes functions.php file or custom functionality plugin. The gallery shows the green colored single product
Add Reusable Blocks Link To WordPress Dashboard Menu
Paste this code in your custom functions plugin, themes functions.php file or Must Use plugin. [code] add_action( 'admin_menu',
Wrap Entry Title & Widget in Same Entry Header Class
If you want to add a custom widget area below your entry title in Genesis and wrap both elements in the same div, you can using PHP code in
Load CSS 2 Google Fonts In Genesis Child Themes
Google Fonts now fully supports variable fonts in the CSS v2 API update. Let's look at how to modify the PHP code in your Genesis child
Show Videos in WordPress Post Comments
By default, adding the embed code or a link to a YouTube video in a comment form, won't display your video because the oEmbed discovery for
Free Local Speed Plugin Speeds Up Your Local WordPress Installation So It Loads Much Faster
This free plugin makes your local installation load much faster by removing connections to WordPress themes and plugins you don't really
Using get_post_meta In Replace of ACF Repeater Sub Field Functions
By default, the Advanced Custom Fields plugin uses the_sub_field() function to output the value of a sub field from a repeater field you
You must be logged in to post a comment.