Luke Stacey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Awaken theme: how to center logo?Hi there!
If you have ‘Display Site Title/Logo’ set to : ‘Display Site Title & Description only’. This should work for you:
.site-brand-container { margin-left: auto; margin-right: auto; width: 500px; }You might need to adjust the width attribute depending on the size of your text.
If your using a different option for the header post a link to your site and I’ll take a look.
You can paste this code in Awaken Options – > Styling Options -> Custom CSS code.
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Spacious] Spacious theme – background imagesYes, you can add a background image in the header section.
First you’ll need to create a transparent header logo. Currently it is white so nothing that is behind it will show up.
Forum: Themes and Templates
In reply to: [Spacious] Spacious theme – background imagesHi there!
You can use this to display a background image in the content area:
#main { background-image: url("http://www.rustanddustrevolution.com/wp-content/uploads/2015/10/white-wood-hd-small.jpg"); }Which would give this result : Screenshot
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: Remove prewiew of the text in blog postHi there!
I think this will do the job for you
.b-blogArticle__descr { 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.
But please note this forum is for free WordPress themes only. Please contact your theme developer for further assistance.
I hope that helps!
Cheers,
Luke
Forum: Themes and Templates
In reply to: [Vantage] Centre Logo and Page TitlesGreat!
Lol…I’m happy to help 🙂
Good luck with your site!
Forum: Themes and Templates
In reply to: [Vantage] Centre Logo and Page TitlesSure…try this
ul#menu-menu-1 { text-align: center; }Forum: Themes and Templates
In reply to: [Vantage] Centre Logo and Page TitlesYour welcome. Glad it helped 🙂
Forum: Themes and Templates
In reply to: [Vantage] Centre Logo and Page TitlesHi there!
Try this :
.site-logo { display: block; margin-left: auto; margin-right: auto; } .entry-title { text-align: center; } article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title { font-size: 40px; }which would result in this :
You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.
Btw…cool logos! 🙂
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: Remove prewiew of the text in blog postHi there!
Could you post a link to your site or tell us what theme you are using so we can make a suggestion for you.
Cheers,
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Moesia] Remove icon under post's nameHi there!
Try this:
.fa-calendar::before { content: none; }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: [i-excel] How to increase blog font sizeMaybe my mistake. Should be this:
.entry-content { -moz-hyphens: none; word-wrap: normal; }Which gives me : Screenshot
Rather than the original which was like this : Screenshot
I hope that sorts it for you 🙂
Forum: Themes and Templates
In reply to: [i-excel] How to increase blog font sizeTry this…
.entry-content { -moz-hyphens: normal; word-wrap: normal; }Forum: Themes and Templates
In reply to: [i-excel] How to increase blog font sizeHi there!
Try this:
.entry-content { font-size: 18px; line-height: 40px; }Adjust the values as desired.
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: [Moesia] Stroke welcome titleHi there!
Try this:
.welcome-title, .welcome-desc { text-shadow: none; }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: How to? – Resize Main Logo in Sydney themeYour welcome!! 🙂