Luke Stacey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: stylesheet css not workingHi there,
Not sure what you mean by using Google Chrome.
If you want to customize your CSS files try using a child theme or a custom css plugin such as Simple Custom CSS.
Also, you need the closing bracket at the end of your code:
.main-navigation { margin: 0 -35px; background: brown; position: relative; font-size: 0; }I hope that helps 🙂
Luke the Daft Duke
Try this:
.blog article .imghoverclass { display: none; } .blog article .col-md-5 { display: none; } .blog article .postcontent { width: 100%; }Hi there!
You can change the default thumbnail for posts without a featured image by going to:
1.Appearance -> Theme Options
2. Page/Post Settings
3. Default Post Summary Feature Image
4. Click on ‘Upload’ and choose your image.
Alternatively you could remove the thumbnail altogether from the posts that don’t have a featured image by using some CSS:
.blog #post-? .imghoverclass { display: none; }(You’ll need to enter the post id where the ? is to target the posts you want to remove the featured image thumbnail from).
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: [GK Portfolio] "CSS classes" not visible in social menuHi there!
I think your looking for this:
1. Appearance -> Menus
2. At the top of the page look for ‘Screen Options’
3. Under ‘Show Advanced Menu Properties’ look for ‘CSS Classes’ and check the box.
Then it will appear like in your screenshot.
I hope that helps 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Theme: Virtue] How to fix products on archive pagebecause each page has a slightly different layout.
You can target just the front page with this :
.home .woocommerce .product_item .star-rating { height: 58px; }Forum: Themes and Templates
In reply to: [Theme: Virtue] How to fix products on archive pageYou could add some top margin to the product price so there is more space:
.product_price { margin-top: 15px; }Forum: Themes and Templates
In reply to: [Business One] Main Headline ForntHi there!
The template file you are looking for is called ‘header.php’ (Appearance -> Editor) .
You’ll see a couple of link elements already there and you can paste your google fonts code underneath one of those…
But….
When your theme updates it’s possible that you will lose this change.
You can avoid this by creating a child theme and then copy the header.php file into your child theme directory or just use the CSS or Javascript method of using Google Fonts.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Sydney] Comments and blog removeHi there!
Perhaps you mean from the front page?
If so you can choose the ‘Static Front Page’ option under ‘Customize’ and then select the page you would like to use on the front page.
To remove comments go to:
Settings -> Discussion and uncheck the box next to ‘Allow People to Post Comments on New Articles’
and then on your pages and posts (Edit Page/Post area) look at the top under ‘Screen Options’ and select ‘Discussion’ then scroll down and in the Discussion panel uncheck the box next to ‘Allow Comments’.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Theme: Virtue] How to fix products on archive pageYou could use a negative margin, like this:
.woocommerce .product_item .star-rating { height: 60px; margin-bottom: -18px; }Forum: Themes and Templates
In reply to: [Fortunato] Size for social media iconsForum: Themes and Templates
In reply to: [Theme: Virtue] How to fix products on archive pageHi there!
Can you please post a link to your site so we can take a look and perhaps make a suggestion for you?
Cheers,
Luke the Daft Duke
Forum: Themes and Templates
In reply to: woo commerce / twenty fourteen css helpYour welcome. It’s ashame you can’t send beer via email 🙂
Good luck with the site.
Forum: Themes and Templates
In reply to: woo commerce / twenty fourteen css helpJust lose the .postid-73 from the code snippet:
.tfwc { float: left; }Forum: Themes and Templates
In reply to: woo commerce / twenty fourteen css helpI’m still not seeing an image at the top.
But I was able to float the content to the left:
.postid-73 .tfwc { float: left; }Forum: Themes and Templates
In reply to: [Storefront] Boutique Q: Logo sizingIt’s hard to diagnose without seeing the code.
Perhaps something more familiar with that theme can help you out.
Sorry about that.