Luke Stacey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Add a border around the main page content🙂 You are very close…
.singular-page-22 .entry-content{ border: 1px solid #D8D8D8; padding: 10px; }Forum: Themes and Templates
In reply to: Add a border around the main page contentOk, try this instead:
.home .entry-content { border: 1px solid #000; padding: 10px; }Forum: Themes and Templates
In reply to: Add a border around the main page contentHi there!
I think this code snippet will help you:
.content { border: 1px solid #000; }You can choose a different thickness, border type and color by adjusting the values.
You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
I hope that helps 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Sela] Remove Overlay on from pageHi there!
Just to make sure I’ve understood correctly – you mean the part that says ‘Home Expect Success’ ?
You should be able to remove it using this snippet of code:
.hero-container-inner article { display: none; }You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
Good luck with the site 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Portfolio Press] Adjusting the Header sizeHi there!
Do you want to shrink the height of the entire header element…or have you put an image in there you are trying to adjust?
If it’s the entire header try this:
#branding { height: 55px; }I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Sela] Reduce bottom spacing in front page overlay boxTry pasting your original code back in so both snippets are there.
Forum: Themes and Templates
In reply to: [Sela] Reduce bottom spacing in front page overlay boxI just tried deleting it and it seemed to have no effect so I would say remove it and add in the new code 🙂
Forum: Themes and Templates
In reply to: [Sela] Reduce bottom spacing in front page overlay boxHi there!
Hope I’ve understood you correctly – is this what your trying to achieve?
If so, try this snippet of code:
.front-page-content-area .with-featured-image .entry-content { margin-bottom: 0; }Lovely site by the way 🙂
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Snapshot] Snapshot remove date, comments and categoriesHi again!
Yeah, that’s the right approach 🙂
I think this code should do the trick for you:
#page-title .post-info{ display:none; }I’ll take a look at your other post, if it hasn’t been answered already.
I hope that sorts it for you !
Luke the Daft Duke (not my real name but much more memorable 🙂 )
Forum: Themes and Templates
In reply to: How easy are themes to modifyYour welcome.
Most theme’s have a ‘demo’ site so you can see the features/design to get a feel for how suitable it is.
There are a ton of great free themes that you can play around with – always best to try those first before spending money 🙂
But I guess it comes down to how much time you want to invest in learning WordPress 🙂
Forum: Themes and Templates
In reply to: Removing padding around heading and body of postsHi there!
Is this what your trying to achieve?
If so, I was able to make those changes using this snippet of code:
.entry-content, .entry-summary { padding: 0; } .post-header { padding: 20px 0; }You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
I hope that helps 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Snapshot] Snapshot remove date, comments and categoriesHi there!
Are you pasting the code in your parent theme’s style.css file?
If so it’s unlikely to work (and not the recommended way to do it as you will lose your changes when the theme updates).
It’s best to add extra code to your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
A plugin is the easiest way but we can guide you through setting up a child theme if you have a lot of changes to make.
I hope that helps 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: Canvas Theme – HELP A NOOBHi there!
Sorry to hear it didn’t work out well with your designer. Hopefully we can help you out on here.
If you could post a link to your website I’ll take a look and see if I can make some suggestions for you.
Cheers,
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Customizr] Cannot make my Customizr CSS code changes "LIVE"Hi there!
You can paste your code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
It’s not a good idea to paste it into your parent theme’s style.css file as it will either conflict or be lost when your theme updates.
I hope that helps 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: How easy are themes to modifyHi there!
It completely depends on what kind of changes you want to make.
If it’s just a few style changes here and there – i.e. changing fonts, colors etc. it’s fairly straightforward and you’ll find a lot of help on the forums.
However, if your changes are more complex, such as adjusting the layout, adding custom features, modifying plugins etc. then the learning curve is much steeper 🙂
There’s a free plugin called ‘Events Manager‘ and another called ‘The Events Calendar’ that could be useful to you, depending on your needs.
I hope that helps! 🙂
Good luck with your project!
Luke the Daft Duke