Luke Stacey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Can't customise any themeYour welcome! 🙂
Forum: Themes and Templates
In reply to: [Hemingway] Make home slider flush against top menu & footerHi there!
I just checked your website and it looks like the gap under the slider has gone.
Unless I misunderstood?
Congrats on your first website!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: Changing font size for all pagesYour welcome!! 🙂
Forum: Themes and Templates
In reply to: Tweaks, and any obvious errorsHi there!
Is this what you are trying to achieve on the front page?
If so, try this code:
header#masthead { background: none repeat scroll 0 0 #060037; } footer#footer { background: none repeat scroll 0 0 #060037; } .widget-area { margin-top: 65px; margin-left: -10px; } #site-navigation .sf-menu li { height: 53px; } #site-navigation .sf-menu li a { padding: 1.25em 2.6em; } #site-navigation .nav-menu { margin: 0; } #hero { margin-top: 82px; } header#masthead hgroup { height: 102px; } hgroup { padding-bottom: 10px; }And for the listings page try:
#content { margin: 6.5em auto; }You have two options when using this code:
#1 Use a plugin like Simple Custom CSS and paste the code in there.
or
#2 Create a child theme and paste the code in your child theme’s style.css
I hope that helps a bit !
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Celestial - Lite] Overriding Font FamilyHi there!
If you want to change the font to Arial you don’t need to use the @font-face rule in the stylesheet.
You can just use this CSS:
body, h1, h2, h3, h4, h5, h6 { font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }This code can be pasted in your child theme‘s style.css or by using a plugin such as Simple Custom CSS.
It is unwise to edit the theme files directly.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Hemingway] Make home slider flush against top menu & footerHi there!
Great job on your first website, looks awesome!
Is this what you are trying to achieve? Screenshot
If so, you can use this code:
.post-header, .post-title { margin-bottom: 0; } .wrapper, .footer { margin-top: 0px; }You have two options when using the code:
#1 Use a plugin like Simple Custom CSS and paste the code in there.
or
#2 Create a child theme and paste the code into your child theme’s style.css file.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Chocolat] i want change fontForum: Themes and Templates
In reply to: Changing font size for all pagesEach new paragraph (p tag) will start a new line. Like this:
<p>We can provide excellent attorneys with affordable fees for court appearances if needed.</p> <p>Call us today at (714) 454-9292. Email us at <a href="mailto:nn@ocparalegalservices.com">nn@ocparalegalservices.com</a>. We specialize in Divorce, Immigration, Legal Document Services, Probate and more.</p>Happy coding! 🙂
Your welcome! 🙂
Forum: Themes and Templates
In reply to: Changing font size for all pagespage.php is not the correct file, sorry for the confusion.
I strongly recommend you create a child theme and copy over the files that you need to edit.
In the Graphene theme its this file – loop-page.php (for pages).
Locate this line
<?php the_content(); ?>and add your custom HTML on the line underneath. Make sure you wrap all of your custom content in a tag, in the above message ‘Email us at’ was not inside a tag.Should be:
<p>Email us at <a href="mailto:nn@ocparalegalservices.com">nn@ocparalegalservices.com</a></p>That should do it 🙂
Forum: Themes and Templates
In reply to: Can't customise any themeA couple of ideas:
1. Try de-activating all your plugins to see if something is conflicting.
2. Make sure you have upgraded to the latest version of WordPress (4.0)
3. Clear your browser cache.
4. Switch to a default theme (2013/2014)
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Hueman] responsive sliderYep, works great! 🙂
Forum: Themes and Templates
In reply to: [Minamaze] Where can I find the 'the_content()' function?Hi there!
It’s in content-page.php and content-single.php .
I’ll avoid commenting on your task 🙂
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: Can't customise any themeHi there!
In what way are you trying to customize the theme, through Appearance -> Customize?
and, what theme are you using?
I hope we can help! 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Hueman] responsive sliderHi there!
I’ve always found Meteor Slides to be very trustworthy when it comes to responsiveness and it has a lot of great features.
I hope that helps!
Luke the Daft Duke