Jessica G.
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Sixteen – Remove extra white on headerCan you post a link to your site? That will help folks be able to diagnose the cause.
Forum: Themes and Templates
In reply to: [SoSimple] PRIMARY MENUCan you post a link to your site?
Forum: Themes and Templates
In reply to: [Virtue] How to remove duplicate contend from "Contact Us" pageThe content on the right is coming from the sidebar. If there’s an option for a full-width page template, selecting it should keep the sidebar from appearing. You can also go into Appearance –> Widgets, open the main sidebar, and delete the text block, if you don’t want it to appear on any other pages.
Forum: Themes and Templates
In reply to: [raindrops] Header and Menu Tab issuesFor the page tabs: did you set up a menu under Appearance –> Menus? Or is it displaying the default menu (all pages)?
Forum: Themes and Templates
In reply to: [RokoPhoto Lite] breadcrumbsCan you share what theme you’re using, or post a link to the site in question?
Forum: Themes and Templates
In reply to: [Hueman] How can I use css in child themeDid you create your child theme by hand or by using a child theme installer plugin?
Forum: Themes and Templates
In reply to: [raindrops] Header and Menu Tab issuesCan you post a link to the site in question?
Forum: Themes and Templates
In reply to: [Theme: Coeur] How to Remove White Space Under LogoYour theme has a blog description section that’s making the lines and space underneath. Do you have a way to safely edit your theme’s CSS? If so, add the following:
p.lead.blog-description { display: none; }
Forum: Themes and Templates
In reply to: [Theme: Coeur] How to Remove White Space Under LogoThe image file for your logo has a generous amount of whitespace on the bottom – the easiest fix is probably be to crop it and reload it. Otherwise you’d have to mess with getting other elements to rest on top of it. It’s easy to add space beneath it if you end up cropping it too close for your liking.
Forum: Themes and Templates
In reply to: Need to change menu secondary (hover) colorFor editing CSS (which is what you’re doing), a better practice would be to install a plugin like Jetpack that has a built-in CSS editor, rather than directly adding new CSS to the theme files. Otherwise, if you ever update your theme, you’ll lose your changes.
As it is, when I look at your code, I don’t see the changes you made.