On this page, I will show you how to exactly make circular, responsive, 3D CSS buttons that have a highlight hover effect when the mouse cursor is placed over them. Widget Code: <p style=”margin-bottom: 0.5rem;text-align: center;display:inline-block;”> <a style=”color:white;display: inline-block;width:32%;” href=”https://www.patreon.com/biohacking”><img class=”ocs” src=”https://Website.com/YourImageUrl.png” alt=”Bio hacking patreon”> Support Bio Hacking</a> <a style=”color:white;display: inline-block;width:32%;” href=”https://www.reddit.com/r/Bio_Hacking/”><img class=”ocs” src=”https://Website.com/YourImageUrl.png” alt=”Bio […]
Category: WordPress

How to Make CSS Buttons with Custom Icons for WordPress Sidebar
On this page, I will show you how to make a custom css button with a custom image from your WordPress library as a logo, for your sidebar: Button Class Code (this code goes to your additional CSS or your stylesheet CSS): .bbtn { background: #3498db; background-image: -webkit-linear-gradient(top, #3498db, #2980b9); background-image: -moz-linear-gradient(top, #3498db, #2980b9); background-image: […]
How to Add SuperScript, SubScript, & Inline Code Buttons to WordPress Visual Editor
So in this tutorial I show you how to add the hidden SuperScript & SubScript buttons that are available for WordPress visual editor that all WordPress CMS websites use- the tinyMCE visual editor. The code to add these hidden buttons to your visual editor UI I have left at the bottom of this page; remember […]
How to Responsively Increase the Width of Your Webpage Content Area
So in this tutorial I will be showing you how to increase the width of the content area of your webpage without breaking your website’s responsiveness. The code that I have left at the bottom of this page specifically works for the Colorlib Sparkling theme, however you can easily adjust it so that it works […]
How to Inject JavaScript Adsense Ads to Your WordPress Website
So when it comes down to injecting JavaScript in your WordPress website, whether it be for adsense or amazon native shopping ads etc., we must divide up the area that we can work with according to the tools that we have. For example, we have widgets that take care of what we can inject into […]