Community Forums › Forums › Archived Forums › Design Tips and Tricks › Enterprise theme help req'd please
- This topic has 8 replies, 3 voices, and was last updated 10 years, 12 months ago by archana.
-
AuthorPosts
-
February 10, 2013 at 7:52 pm #19497eranmMember
I have a website using the Enterprise child theme hosted at http://bestloans.com.au.
I want to be able to change the format and location of the footer information.
At the moment, Footer Area #1 has some legal boilerplate text in it:
"ALL RIGHTS RESERVED. COPYRIGHT (C) 2012 ALL DRIVE HOLDINGS PTY LTD. AUSTRALIAN CREDIT LICENSE NUMBER 391 454"
and Footer Area #2 has a selection of 9 urls, leading to specific landing pages on the site.
I would like to make several changes to this:
1) Change the font to Arial non-all caps and also reduce the font size, perhaps to 8 or 10 pts.
2) Move the links across to the right hand side, rather than in the middle, similar to the footer on our other website http://bestloansperth.com.au.
I'd also like to reduce the font size and remove the all-caps again.
Could you please advise how I might make these changes?
PLEASE keep the advice as simple as possible. I am not a programmer, and often get lost trying to find the right spot in the style sheet where changes must be made.
If you could include line numbers of where to find the specific spots where code needs to be changed, that would be HUGELY appreciated.
Thanks very much in advance for your help.
Eran Malloch
February 11, 2013 at 3:10 am #19555Brad DaltonParticipantThere's many ways to do this:
You can create the HTML for the text and links in your editor and paste the HTML into the footer field in your Genesis > Theme Settings > Header and Footer Scripts
Install a plugin like:
Fonts http://wordpress.org/extend/plugins/fonts/
Tiny Mce Advanced http://wordpress.org/extend/plugins/tinymce-advanced/Sample Code:
<p style="text-align: center;"><span style="font-family: arial,helvetica,sans-serif; font-size: xx-small;">ALL RIGHTS RESERVED. COPYRIGHT (C) 2012 ALL DRIVE HOLDINGS PTY LTD. AUSTRALIAN CREDIT LICENSE NUMBER 391 454</span></p>
Change the text in your editor so its not ALL Caps.
You could also edit the CSS code for your footer but that sounds like you prefer not to edit your themes code.
Let me know if you prefer CSS code or php for this.
You could add the HTML to a hook field using the Genesis Simple Hooks plugin. http://www.studiopress.com/plugins/simple-hooks
February 17, 2013 at 11:07 pm #20932eranmMemberHello Brad & thanks very much for your reply.
Apologies for not getting back to you sooner.
You asked me to let you know whether I prefered CSS code or PHP for this.
Ummmm... I'm not really sure.
Whichever option doesn't break everytime there is an update would be ideal 🙂
I did add the sample code into the Theme Settings footer script and that seems to work fine thanks.
However, I still don't understand how to add the other links (like we have on BestLoansPerth.com.au) to the site.
As in, a list located on the right hand side of the page in small arial font, etc.
Any additional tips you can provide would be MUCH appreciated.
Thanks.
Eran
February 18, 2013 at 2:53 am #20941Brad DaltonParticipantYou can install a links manager plugin and add them that way. http://wordpress.org/extend/plugins/link-manager/
Add the links and then drag the owdget into the area you want to display them
February 18, 2013 at 3:09 am #20943eranmMemberThanks again Brad,
I tried that but it wasn't really what I wanted. The text was too big, spaced too far apart and above the boilerplate legal text, which just looked wierd.
Is this something I would have to modify the site code (php or css) to achieve?
Also, if you look at the site now, how do I remove the:
RETURN TO TOP OF PAGE COPYRIGHT © 2013 · ENTERPRISE THEME ON GENESIS FRAMEWORK · WORDPRESS · LOG OUT
from the bottom region, and then move the boilerplate legal text closer to the bottom of the site?
Once again, thanks for your help.
Eran
February 18, 2013 at 6:10 am #20957Brad DaltonParticipantInstall the Genesis Simple Edits Plugin and remove the shortcodes for each footer link.
Create the links in your HTML editor and paste them into a text widget in your sidebar.
You can change the styling of the text using CSS or install a Fonts plugin.
January 26, 2014 at 7:56 pm #87158archanaMemberhi, my website is : ArchanaInternational.com
can you please tell me how to remove the words at bottom right of the page:
"ENTERPRISE THEME ON GENESIS FRAMEWORK WORDPRESS"
thanksJanuary 26, 2014 at 11:45 pm #87196Brad DaltonParticipantInstall the Genesis Simple Edits Plugin and remove the shortcodes for each footer link.
January 27, 2014 at 11:32 am #87244archanaMemberthank you very much 🙂
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.