How to Change the Style of Any Element Within Your Page or Post
Monday, 20 November 2017
by Shatela Hamza
Whether you are looking to create an art-directed experience on your blog or magazine website, or just want to change simple things like header color, menu link color, or a font on specific posts or pages, in most cases you need to use of CSS. If you aren’t familiar with how to add a style
Add Custom CSS To WordPress Post or Page
Sunday, 19 November 2017
by Shatela Hamza
Have you ever wanted to style an element in a certain page or post within your WordPress website in a beautiful way that will stand out? Fortunately, there is a plugin that will help you do that without the use of child themes. Adding Custom CSS To Your WordPress Post or Page – CSS Plugin
Animating elements with CSS Keyframes
Sunday, 19 November 2017
by Shatela Hamza
Syntax and What it Does. Animation in CSS helps you manipulate an element on your website in a stylish way. Whether you want an element to bounce up and down ten times, or continuously change colors, Keyframes help you do that. Syntax .yourCustomClassOrID{ animation-name: myAnimationName; animation-duration: 6s ; /* or 6000ms */ animation-iteration-count: 2; /*
Increase Security on Your WordPress Website
Thursday, 16 November 2017
by Shatela Hamza
How to Increase your Website’s WordPress Security Options To date, up to 14 million websites are hacked every year. If you run a WordPress blog/website that is setup through standard installation options, you’re probably going to experiencing a brute force attack attempting to log into the WordPress dashboard. If you haven’t been subject to it yet,
- Published in Techniques, WordPress