Luke Stacey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Auberge] Header image to sliderI posted a long-winded set of instructions for adding the shortcode to the custom header file.
But you posted while I was writing it and I didn’t want to confuse the issue.
Widgets are much easier 🙂 !
Forum: Themes and Templates
In reply to: [Zerif Lite] Changing the H1, h2, color, sizeHi there,
Is this the kind of thing your trying to achieve?
If so, try:
.page-id-34 h1.entry-title { color: #0068b3; font-size: 65px; margin: 20px 0; text-align: center; }and paste in your child theme’s style.css
Site’s looking great btw ! 🙂
Cheers,
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Boardwalk] Removing Date from thumbnail viewHi there,
If you could 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: [Auberge] Header image to sliderForum: Themes and Templates
In reply to: [Graphene] Header.phpHi there,
Here is the original header.php code from Graphene (1.9.4.1)
I hope that helps 🙂
Luke the Daft Duke
Forum: Themes and Templates
In reply to: [Enigma] change footer background colourPlease start a new thread. Thanks.
Forum: Plugins
In reply to: [Visual Recipe Index] Images not aligning in SafariHi there,
Take a look at this screencast of the error.
If I turn on and off the
bottom-margin: -50pxit fixes itself. And also, sometimes when I simply click on ‘Inspect Element’ in safari the issue resolves itself.Could that be related to the browser caching?
Forum: Themes and Templates
In reply to: [Dynamic News Lite] How do i replace header with image/logoAre you using the latest version of Dynamic News Lite ?
There are more lines under what you have posted.
Forum: Themes and Templates
In reply to: changing links styleSee this thread: TwentyTwelve Changing Link Color
Forum: Themes and Templates
In reply to: changing links styleEach element will have it’s own class so you’ll have to go through them one by one.
.comments-link a, .entry-meta a { color: #???; } .comments-link a:hover, .entry-meta a:hover { color: #???; } .comments-link a:visited, .entry-meta a:visited { color: #???; }Forum: Themes and Templates
In reply to: changing links styleI’ve just taken a look and it seems you’ve changed it a little but it’s all working fine.
Are you still having problems?
Forum: Themes and Templates
In reply to: [Responsive] Box shadow around entire siteHi David,
Try giving it a
max-width: 100%and see if that helps.I’m not really sure why you’ve used inline styles there. Might be easier to just apply the rule in your style.css file rather than editing the footer.php file.
If you need more help with this I would suggest creating a new thread as it’s going a little off-topic now. You can always post a link to the new topic here and I’ll take a look for you 🙂
I hope that helps!
Luke the Daft Duke
Forum: Themes and Templates
In reply to: changing links styleYou definitely don’t want to be doing it that way.
As soon as your theme updates you’ll lose all of the changes you’ve made.
Easiest way is to use a plugin such as Simple Custom CSS and paste the css snippet in there.
Forum: Themes and Templates
In reply to: changing links styleAre you using a child theme or a custom css plugin?
Forum: Themes and Templates
In reply to: changing links styleHi there!
Try this:
a { color: #444; font-weight: 500; text-decoration: none; } a:hover { color: #???; } a:visited { color: #???; }I don’t know what colors you wanted so you’ll have to enter the HEX code where the question marks are.
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