Comment on Stallion WordPress SEO Theme by SEO Dave.
The Stallion SEO Theme has a lot of files, the style-black-gradients.css file will be in amongst the files.
I don’t use the online WordPress theme editor because it’s a pain to keep track of changes during testing. If you are planning to a do a lot of changes best to work offline in a text editor and a local install of WordPress so when something goes wrong (nearly always does) it doesn’t break your live site.
I guess you wouldn’t know how to install WordPress on your PC so the compromise is work offline and upload the changed files using FTP. In this way you can have an offline backup as well for when things go wrong AND when you update Stallion and have to make the code changes again you have the changes in a file on your PC: all code changes are over written when you update. I’ve also made changes to the css files in the next update so you’ll want to add the changes again to Stallion 6.3 files not keep the edited Stallion 6.2 files.
Edit style-delicate.css find
#footer_stallion { height: 50px; padding-top: 20px; padding-right: 20px; border-top: 2px solid #EDEEEF; text-align: right; color: #808080; font-size: 0.8em; clear: both; }
Change right to center
Untested, so probably won’t work exactly how you want it.
You’ll probably need the padding-right: 20px; line edited as well otherwise the centering will be off a bit (test first with 20px then try 0px).
Might be an idea for a blank css file adding to Stallion in a future update so these sorts of CSS changes can be held in a separate file, would make updates easier. Hmm, in Stallion 6.3 I’ve added the All In One SEO Pack Plugin to Stallion, I’ve kept the area where extra header code can be added.
Theoretically you could add these changes inline like this (this won’t work in Stallion 6.2 since the All In One SEO Pack Plugin isn’t part of Stallion 6.2):
<style type="text/css"> #footer_stallion { padding-right: 0px; text-align: center; } </style>
This would be unaffected by Stallion updates. I’ll check if this will work for the next update as looks like the All In One SEO Pack Plugin header code options doesn’t have a sitewide option (which is strange, you’d think a sitewide option would be the starting point).
LOL, before you try any of the above, go to Appearance >> Widgets, add a text widget to the Fifth Footer Area, add the code below to the main form box, add nothing to the title part.
<style type="text/css"> #footer_stallion { padding-right: 0px; text-align: center; } </style>
It should work the same as making the changes suggested above and will survive updates.
David
More Comments by SEO Dave
SEO WordPress Themes
Stallion Responsive The Holy Grail SEO Layout
The quick answer is no, the max width is the 1,000px wide no sidebars layout set under the “Layout Options” : “Sidebar Layout” – “12 – Main Content : No Sidebars”.
With this setting in a Desktop device the main content …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
How to Use a WordPress Child Theme and Custom Code
You have a few misunderstandings :-)
There’s nothing special about activating a child theme relative to a parent theme. Click activate as you would for a parent theme (which you already did) and that’s it really. When you activate a child …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Stallion Responsive Theme Designs
Stallion Responsive is used on this website.
Stallion Responsive includes features which means every post can have a different layout/colour/font scheme etc… so I’ve used that feature to show some of the millions of possible layout/colour/font scheme combinations.
Check these URLs for …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Stallion Responsive SEO vs SEO Plugins
If you are using my latest theme, Stallion Responsive 8.* it doesn’t need any SEO Plugins, the important SEO features and many, many more SEO features are included so if you ran Stallion Responsive and Yoast or All in One …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Stallion Responsive WordPress SEO Theme Free
There isn’t a free version of Stallion Responsive, there’s a Demo version which is free to download and use from https://stallion-theme.co.uk/stallion-responsive-theme/ Demo mode is fully functional (it’s the same zip file those who pay use) other than all Stallion theme …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Mobile-Friendly Test : Awesome! This page is mobile-friendly.
Google has released a new tool, the Mobile-Friendly Test tool.
That’s a link to my test results for this site: https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fstallion-theme.co.uk%2F
I have no issues and receive the Awesome! This page is mobile-friendly output.
Always knew I built awesome websites :-)
Pretty much a …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Clickbank Banner Ad Widget
If it’s added via a Stallion feature it would be via one of the Widget Areas.
“Appearance” >> “Widgets” check in the Widget areas labeled “Something Header Area”.
Not sure what you are doing, check all widget areas and look for Text …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Responsive WordPress Theme Options
The banner image resizes based on screen size already?
That site doesn’t show all features (can’t turn them all on) all images resize based on screen size, the featured slideshow, the photonav menu, the large and small banner images.
If you are …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Stallion Responsive Theme
I’m working on a version of Stallion that’s mobile responsive, called Stallion Responsive.
You can see a live demo at seo-consultant-services.co.uk check it out in various browser sizes.
Stallion Responsive is a rewrite of the Stallion SEO theme code, made a LOT …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Stallion Theme Version
Stallion WordPress SEO Version 7.1.1
David …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Stallion Theme Wider Design
I don’t have a quick solution for that theme layout, you would have to make major CSS changes which are beyond the scope of theme support (would take me an hour or two to code it).
Would also break the header …
Continue Reading SEO Theme for WordPress
SEO WordPress Themes
Editing CSS Files Tutorials
There’s plenty of free resources and CSS tutorials online teaching basic CSS.
Load the css file in a text editor, search for font-size, change the number to the right to slightly bigger/smaller.
Upload the CSS file using FTP to your server and …
Continue Reading SEO Theme for WordPress