Luke Stacey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteSo you want it around either side but no on the bottom, right?
If so, I think this will do it:
#wrapper { box-shadow: 5px 0px 17px 0 rgba(110, 110, 110, 1); }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: [Atahualpa] Put Comments on the pagesForum: Themes and Templates
In reply to: Quill – Post Title Font SizeHi there!
Try this:
h1.entry-title { font-size: 30px; }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: [Theme: Responsive] how to make 1 Main content feature display?Hi again!
Try this:
.home #featured .col-460 { width: 100%; } #featured-image { display: none; }Which will make the left featured content area full width and hide the right hand side ‘featured-image’ area.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: Theme: Make – Increasing text size in header barHi there!
Are you trying to adjusting the font size of the text that says ‘Book an Appointment’ ?
If so, try
.header-text { font-size: 18px; }Site looks great btw, I love the flower design at the top.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteHi there!
If you post a link to your website we can take a look and make a suggestion for you.
Cheers 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: insert colour in content area Twenty FifteenYour welcome! 🙂
Forum: Themes and Templates
In reply to: [Atahualpa] Put Comments on the pagesIf you can’t see it look at the very top where it says ‘Screen Options’ – here you can select ‘Discussion’ so that it will show up.
It will show up below the main text area.
Forum: Themes and Templates
In reply to: [Simone] color change for menu barHi there!
If you post a link to your website we can take a look and make a suggestion for you.
Cheers 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: insert colour in content area Twenty FifteenTry this:
.page { background-color: #??????; }Forum: Themes and Templates
In reply to: [Alizee] Show all posts on the index pageHi there!
In your Admin Dashboard, if you go to Settings -> Reading
There is a section entitled ‘Blog Pages Show at Most’ and then a number.
You can increase this to whatever you want.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Atahualpa] Put Comments on the pagesHi there!
When you create a page there is a section entitled ‘Discussion’.
If you check the box ‘Allow Comments’ the comment form should show up on your page.
See this Screenshot.
If you can’t see it look at the very top where it says ‘Screen Options’ – here you can select ‘Discussion’ so that it will show up.
Also, in your Admin Dashboard, if you go to Settings -> Discussion there is a section called ‘Default Article Settings’.
Make sure the box entitled ‘Allow People to Post Comments on New Articles’ is ticked.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Storefront] Product gallery does not function in product pageHi there,
If you post a link to your website we can take a look and maybe make a suggestion for you.
Cheers 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [MesoColumn] Things not sitting right. Not sure why?Hi there!
I just took a look at your website and the first thing I noticed was the ‘Share Box’ (?) plugin seems to be affecting the layout:
Might be worth a try to deactivate that plugin and see if it solves the problem.
I was able to correct the layout issues (the ones that were obvious to me anyway) using this snippet of code:
aside.home-feat-cat .apost .feat-right { margin: 0; } #wdsb-share-box.wdqs-inline { 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.
Cool site btw, I’m a big dog lover 🙂
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: insert colour in content area Twenty FifteenHi there!
If you post a link to your website we can take a look and make a suggestion for you. Also, what color do you want to use?
Cheers 🙂
Luke the Daft Duke