Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter stevebird

    (@stevebird)

    Thanks Andrew, I’ll check it out

    Thread Starter stevebird

    (@stevebird)

    Oops – 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;
    }

    Thread Starter stevebird

    (@stevebird)

    Thanks 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;
    }

    Thread Starter stevebird

    (@stevebird)

    hi,

    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…

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