stevebird
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Publish] make menu links blackThanks Andrew, I’ll check it out
Forum: Themes and Templates
In reply to: [Publish] make menu links blackOops – no – just the menu / navigation links down left hand side. So I’ve amended but still not working.
Trouble is, I’m not sure if that’s even the right bit of code, or if I should take the navigation code, or….??
/*
Theme Name: Publish Child
Description: Child theme for Publish theme
Author: Steve Bird
Template: publish
*/@import url(“../publish/style.css”);
/* This will override the changed link color */
#site-title a:focus,
#site-title a:hover,
#site-title a:active {
color: #000000 !important;
}Forum: Themes and Templates
In reply to: [Publish] make menu links blackThanks both for your help,
I’ve set up a child but not having desired effect….not sure what I’m doing wrong.
Any ideas?
/*
Theme Name: Publish Child
Description: Child theme for Publish theme
Author: Steve Bird
Template: publish
*/@import url(“../publish/style.css”);
/* This will override site title color even on the dark theme */
#site-title a {
color: #000000 !important;
}/* This will override the changed link color */
#site-title a:focus,
#site-title a:hover,
#site-title a:active {
color: #000000 !important;
}Forum: Themes and Templates
In reply to: [Publish] make menu links blackhi,
Thanks for your help. Currently constructing the site so not public yet.
When making a child theme, how would I know which piece of code to import from the parent to change?
JetPack looks good; changing CSS is rocket science but I’m no scientist…