hay89
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Editorial] Need help with removing space at top of pageThank you for your help. I solved the issue with the child theme not working. As I had the below information wrong, which I have now updated to (for anyone else experiencing same problem).
/*
Theme Name: editorial-child
Theme URI: https://mysterythemes.com/wp-themes/editorial/
Description: Editorial child
Author: Hayley
Author URI: https://mysterythemes.com/
Template: editorial
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: news, grid-layout, custom-colors, one-column, two-columns, three-columns, left-sidebar, right-sidebar, featured-images, footer-widgets, full-width-template, theme-options, translation-ready
Text Domain: editorial
*/I have now been able to remove the space at the top of the pages Football, Lifestyle & Gamers Paradise, but I can not do this on the home page?? Can anyone guide me on this please.
Forum: Themes and Templates
In reply to: [Editorial] Need help with removing space at top of pageHi mystery themes. Thank you. I am very new to website building so are you able to let me know how I change the hierarchy coding please? best wishes. Hayley
Forum: Fixing WordPress
In reply to: Need help with child theme creationWhen connecting to the site via my mobile there is a space above the first bit of content. I want that removed so it is just the menu. And then the content. Best wishes. Hayleh
Forum: Fixing WordPress
In reply to: Need help with child theme creationHi, thank you. Ive just removed everything from the style.css page and now entered this:
.page-header .page-title {
color: #333333;
padding-bottom: 0px;
display: none;
}and it still doesnt work. New to this, so any detail in where I am going wrong would be much appreciated.