srg5960
Forum Replies Created
-
Thank you both for your help. It worked perfectly!
Thank you so much that worked perfectly. Is there any way to drop it down some or maybe bring the footer widget menus up? There is too much space between the plugin and the widgets.
Forum: Themes and Templates
In reply to: Storefront Navigation MenuI’m sorry it has taken me so long to reply to your message, but I wanted to let you know that the code worked perfectly. Thank you so much for your help!
Forum: Fixing WordPress
In reply to: How to move navigation menu under slider in Storefront themeI’m not sure I know exactly how to do that. This is what I have in my theme header php file.
<?php
/**
* The header for our theme.
*
* Displays all of the <head> section and everything up till <div id=”content”>
*
* @package storefront
*/?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no”>
<link rel=”profile” href=”https://gmpg.org/xfn/11″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”><?php wp_head(); ?>
</head><body <?php body_class(); ?>>
<div id=”page” class=”hfeed site”>
<?php
do_action( ‘storefront_before_header’ ); ?><header id=”masthead” class=”site-header” role=”banner” style=”<?php storefront_header_styles(); ?>”>
<div class=”col-full”><?php
/**
* Functions hooked into storefront_header action
*
* @hooked storefront_skip_links – 0
* @hooked storefront_social_icons – 10
* @hooked storefront_site_branding – 20
* @hooked storefront_secondary_navigation – 30
* @hooked storefront_product_search – 40
* @hooked storefront_primary_navigation_wrapper – 42
* @hooked storefront_primary_navigation – 50
* @hooked storefront_header_cart – 60
* @hooked storefront_primary_navigation_wrapper_close – 68
*/
do_action( ‘storefront_header’ ); ?></div>
</header><!– #masthead –><?php
/**
* Functions hooked in to storefront_before_content
*
* @hooked storefront_header_widget_region – 10
*/
do_action( ‘storefront_before_content’ ); ?><div id=”content” class=”site-content” tabindex=”-1″>
<div class=”col-full”><?php
/**
* Functions hooked in to storefront_content_top
*
* @hooked woocommerce_breadcrumb – 10
*/
do_action( ‘storefront_content_top’ );Forum: Fixing WordPress
In reply to: How to change the text color for an entire websiteThat didn’t work either. Is there a way to override the current style.css file? When I open up the file this is what is there:
/*
Theme Name: Cudazi Mono
Theme URI: https://cudazi.com/
Description: Clean WordPress theme by Cudazi
Author: Cudazi
Author URI: https://cudazi.com/
Version: 1.2.0
License: See Download License Folder
License URI: https://cudazi.com/
*//*
CSS / Styles found in the /css/ folder.
This file is applied after the main CSS if you want to add-on styles here instead.
*/Forum: Fixing WordPress
In reply to: How to change the text color for an entire websiteI tried adding it to my style.css file and nothing happened.