Johnny Tuc
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to remove the top menu under the headerjust add this code to your css file:
.navbar{ display: none; }Forum: Themes and Templates
In reply to: [Theme: Tetris] Responsive Menu links not workingIf you mean the Life and Faith links, they work just fine. If not, what else?
Forum: Themes and Templates
In reply to: New to One-Page Parallax, Need HelpTry to add this code into your style.css:
.footer-area { background-color: transparent !important; }It should overwrite.
Forum: Themes and Templates
In reply to: New to One-Page Parallax, Need HelpHey Kinney, you have a class named footer-area that has a green background. The code looks like this:
.footer-area { background-color: #275d39; }Replacing the color with transparent would do the trick.
I was unable to see where is that code located though. Hope I helped.Forum: Themes and Templates
In reply to: I can't get my links to change color on Gym Extreme Theme..as a quick tip, your site has another file for styling named base.css. Try to find the code in there.
Forum: Themes and Templates
In reply to: Remove Genesis header imageYou could try this css rule:
.site-header { background: none !important; }Not sure that it works though so you should consider contacting the theme’s dev.
Forum: Themes and Templates
In reply to: Remove Genesis header imageHi. A link to your site would help.
Of course!
#infinite-footer is the name, display none is the game.
Looks like this:#infinite-footer{ display: none; }You’re welcome.
Hi Greg. Try this code in your style.css:
#infinite-footer .blog-credits, #infinite-footer .blog-credits a { display: none; }I’m guessing you are bothered by that “proudly powered …” text.
This code should remove just that.
Good luck and let me know.Forum: Themes and Templates
In reply to: [Ryu] remove post icons – gallery, image, post etcHey Greg. Did you mean the black round icon from the right?
Try this code and let me know:.entry-format-badge { display: none; }Beautiful photos, btw!
Forum: Themes and Templates
In reply to: [Sparkling] Expanding Space Between PostsGlad I could help.
Forum: Themes and Templates
In reply to: [Sparkling] Expanding Space Between PostsHi Michael. You have a 50px distance between posts. Simply add a new rule to your style.css file and modify the number accordingly:
.blog-item-wrap { margin-bottom: 50px; }and let me know.
Good luck,
Johnny Tuc.Forum: Themes and Templates
In reply to: [Felicity] Color of footer lineGlad I could help!
Forum: Themes and Templates
In reply to: [Felicity] Color of footer lineNow you’re talking! I’ll fix you up!
Use this CSS rule:
#copyright hr { border-color: #5cd3d5; }Regards.
Forum: Themes and Templates
In reply to: Error messageHi tmc5005. I accessed the site and I couldn’t see any errors. Could you be more specific?