Jamie Gill
Forum Replies Created
-
No problemo, glad it helped.
Sorry add
div.author-box, div.comment-avatar-box { display:none }
to your main style.css
Hi try replacing this in your style sheet :-
div.author-box, div.comment-avatar-box { float: left; width: 50px; }
with
div.author-box, div.comment-avatar-box { display:none }
Hi, do you have a link to your site?
Forum: Themes and Templates
In reply to: How do I remove Author from Adventure JournalDepending on the update and what is changed it is impossible for me to give you a definate answer. Providing the two classes span.author and span.meta-sep arent changed it will always work fine.
Forum: Themes and Templates
In reply to: How do I remove Author from Adventure JournalYes for a beginner it is hard to get your head around but just thought I’d give you a heads up just for the future.
Glad it helped dude
Forum: Themes and Templates
In reply to: What is the name for this type of Image Galleryno problem, glad it helped
Forum: Themes and Templates
In reply to: How do I remove Author from Adventure JournalBe aware as this will work if you update your theme in the future it will override the CSS change. To make sure it doesnt change in future theme updates think about learning how to create a child theme
Forum: Themes and Templates
In reply to: How do I remove Author from Adventure JournalOk thanks for that. OK if you add this to the stylesheet yo had open it should solve your problem :-
span.author, span.meta-sep { display: none; }
Hope this helps
Forum: Themes and Templates
In reply to: How do I remove Author from Adventure JournalHi, ok I see you dont have any posts currently could you make one so I can see how the author is displayed in your theme so I can help you further.
Forum: Themes and Templates
In reply to: What is the name for this type of Image GalleryHi,
Not sure exactly what those ones are called but it reminded me of something I have used before.
https://razorjack.net/quicksand/It has a very similar effect and has demos and tuts to help.
Hope this helps
Forum: Themes and Templates
In reply to: How do I remove Author from Adventure Journalyou could always try using CSS to display:none . However thats a blind shot, if you post a link to the site providing a good explanation you have a much better chance of people helping you solve the issue.
Forum: Themes and Templates
In reply to: Code for Navigation Link TitlesNo problemo, glad it helped
Forum: Themes and Templates
In reply to: Code for Navigation Link Titlesif its the link color you want to change just edit this
.dropdown a { color: #fff; display: block; font-size: 13px; line-height: 1.5; margin: 0 5px 0 0; padding: 8px 10px; text-decoration: none; }
to this
.dropdown a { color: #000000; display: block; font-size: 13px; line-height: 1.5; margin: 0 5px 0 0; padding: 8px 10px; text-decoration: none; }
Forum: Themes and Templates
In reply to: Excerpt not pulling correct content.You sir are a legend, such an easy thing knew it was something silly. Thankyou for your advice greatly appreciated!