Title: spiralsofdanu's Replies | WordPress.org

---

# spiralsofdanu

  [  ](https://wordpress.org/support/users/spiralsofdanu/)

 *   [Profile](https://wordpress.org/support/users/spiralsofdanu/)
 *   [Topics Started](https://wordpress.org/support/users/spiralsofdanu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/spiralsofdanu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/spiralsofdanu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/spiralsofdanu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/spiralsofdanu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/spiralsofdanu/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Beetle] Changing](https://wordpress.org/support/topic/changing-9/)
 *  Thread Starter [spiralsofdanu](https://wordpress.org/support/users/spiralsofdanu/)
 * (@spiralsofdanu)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/changing-9/#post-9619747)
 * Thanks guys…. but I’m not using the Mega Menu plugin which is free.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] How to remove gradient on 2nd level items](https://wordpress.org/support/topic/how-to-remove-gradient-on-2nd-level-items/)
 *  Thread Starter [spiralsofdanu](https://wordpress.org/support/users/spiralsofdanu/)
 * (@spiralsofdanu)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-gradient-on-2nd-level-items/#post-9615196)
 * That worked perfectly – thank you very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] How to remove gradient on 2nd level items](https://wordpress.org/support/topic/how-to-remove-gradient-on-2nd-level-items/)
 *  Thread Starter [spiralsofdanu](https://wordpress.org/support/users/spiralsofdanu/)
 * (@spiralsofdanu)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-gradient-on-2nd-level-items/#post-9614879)
 * Hi Tom
    Same screenshot via Imgur. [Imgur – Megamenu Screenshot](https://imgur.com/gallery/yI4Bu)
 * Bit of a head-scratcher as I think I’ve completed both fields.
    Can you see what
   I’m doing wrong?
 * Thanks in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] How to remove gradient on 2nd level items](https://wordpress.org/support/topic/how-to-remove-gradient-on-2nd-level-items/)
 *  Thread Starter [spiralsofdanu](https://wordpress.org/support/users/spiralsofdanu/)
 * (@spiralsofdanu)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-gradient-on-2nd-level-items/#post-9611789)
 * Hi Tom
    These are the setting in the flyout menu. [Mega Menu Flyout Settings](https://www.pinterest.co.uk/pin/292874782010621127/)
 * I think everything is set to black.
    Can you see what I’m doing wrong?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Custom CSS to override only ONE part of a page](https://wordpress.org/support/topic/custom-css-to-override-only-one-part-of-a-page/)
 *  Thread Starter [spiralsofdanu](https://wordpress.org/support/users/spiralsofdanu/)
 * (@spiralsofdanu)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/custom-css-to-override-only-one-part-of-a-page/#post-6438322)
 * Thanks Michael.
    In the end, we cracked it with:
 *     ```
       .page-id-5983 .entry a {
                       color: #000000!important;
       }
       ```
   
 * Thank you so much for your help – really appreciated.
    I’m off for a lie down
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Using a page-template (php) to change link colors](https://wordpress.org/support/topic/using-a-page-template-php-to-change-link-colors/)
 *  Thread Starter [spiralsofdanu](https://wordpress.org/support/users/spiralsofdanu/)
 * (@spiralsofdanu)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/using-a-page-template-php-to-change-link-colors/#post-6436614)
 * Thanks Michael… but unfortunately none of that worked.
 * I tried that script in the child CSS and it didn’t work, and then I tried to 
   use a Custom CSS plugin
    ([https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/))
 * And that didn’t work either.
 * I’m thinking that maybe something is up that I can’t override these rules.
    Any
   ideas where I would start looking?
 * I’ve had a look in the “Pagination”
 *     ```
       /***** Pagination *****/
   
       .post .pagination { padding-bottom: 20px; padding-bottom: 1.25rem; }
       .page-numbers { padding: 5px 10px; padding: 0.3125rem 0.625rem; background: #eee; display: inline-block; }
       .page-numbers:hover, .current, a:hover .pagelink { background: #e64946; color: #fff; text-decoration: none; }
       .page-numbers a { display: block; }
       .pagelink { padding: 5px 10px; padding: 0.3125rem 0.625rem; background: #e64946; color: #fff; }
       a .pagelink { background: #eee; color: #444; }
       .post-nav a { font-size: 15px; font-size: 0.9375rem; font-weight: 700; }
       .post-nav a:hover { text-decoration: none; }
       ```
   
 * I can’t help but feel I’m missing something obvious…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Using a page-template (php) to change link colors](https://wordpress.org/support/topic/using-a-page-template-php-to-change-link-colors/)
 *  Thread Starter [spiralsofdanu](https://wordpress.org/support/users/spiralsofdanu/)
 * (@spiralsofdanu)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/using-a-page-template-php-to-change-link-colors/#post-6436555)
 * Thanks Michael.
    Whist stylesheet do you think I should put this in? The parent
   theme or the child? And whereabouts?
 * Cheers
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Using a page-template (php) to change link colors](https://wordpress.org/support/topic/using-a-page-template-php-to-change-link-colors/)
 *  Thread Starter [spiralsofdanu](https://wordpress.org/support/users/spiralsofdanu/)
 * (@spiralsofdanu)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/using-a-page-template-php-to-change-link-colors/#post-6436492)
 * Hi Michael
 * In all honesty, I’m a newbie at CSS – I know what I need to know, at teach myself
   as I go along.
 * I have tried to recolour the links using the page id function
 *     ```
       page-id-5983 a {
       	color: black;
       }
       ```
   
 * But it didn’t work. I tried inserting it into the main theme (MH Twenty Twelve)
   Stylesheet and in the child, but to no avail. I also tried changing “black” to“#
   000000”, and that also had no effect.
 * The default link colours are purple, and then red on hover over – which is fine
   for the rest of site, but we just want to change the purple to black on these
   specific pages.
 * Any ideas?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Using a page-template (php) to change link colors](https://wordpress.org/support/topic/using-a-page-template-php-to-change-link-colors/)
 *  Thread Starter [spiralsofdanu](https://wordpress.org/support/users/spiralsofdanu/)
 * (@spiralsofdanu)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/using-a-page-template-php-to-change-link-colors/#post-6436452)
 * Hi Michael
    I’m learning as I go here, so not sure what the body_clss is…. however
   this is the code in the Header.php
 *     ```
       <!DOCTYPE html>
       <html class="no-js<?php mh_html_class(); ?>" <?php language_attributes(); ?>>
       <head>
       <meta charset="<?php bloginfo('charset'); ?>">
       <title><?php wp_title('|', true, 'right'); ?></title>
       <?php wp_head(); ?>
       </head>
       <body <?php body_class(); ?>>
       <?php if (is_active_sidebar('header')) { ?>
       <aside class="header-widget">
       	<?php dynamic_sidebar('header'); ?>
       </aside>
       <?php } ?>
       <div class="mh-container">
       <?php mh_before_header(); ?>
       <header class="header-wrap">
       	<?php if (has_nav_menu('header_nav')) { ?>
       	<nav class="header-nav clearfix">
       		<?php wp_nav_menu(array('theme_location' => 'header_nav', 'fallback_cb' => '')); ?>
       	</nav>
       	<?php } ?>
       	<?php mh_logo(); ?>
       	<nav class="main-nav clearfix">
       		<?php wp_nav_menu(array('theme_location' => 'main_nav')); ?>
       	</nav>
       	<?php if (has_nav_menu('info_nav')) { ?>
       	<nav class="info-nav clearfix">
       		<?php wp_nav_menu(array('theme_location' => 'info_nav', 'fallback_cb' => '')); ?>
       	</nav>
       	<?php } ?>
       </header>
       <?php mh_after_header(); ?>
       ```
   

Viewing 9 replies - 1 through 9 (of 9 total)