Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter An Endeavour

    (@an-endeavour)

    Dear Ben,

    It seems to have somehow come about without me changing anything, so I guess it must take an hour or so to load. If thats a thing that WP needs to do? Either way, thank you!

    Thread Starter An Endeavour

    (@an-endeavour)

    Dear Ben,

    Thank you for your speedy and thorough reply! I’m think I get the gist of it, and just change the red / orange to the hex colour values to select a colour. I don’t seem to be able to get the code to actually run though. This is my child theme, which says its active, and updated. Is there a further button lurking somewhere I might need to press?

    Thanks again,

    Lewis

    /*
    Theme Name: Tracks Child
    Template: tracks
    */

    @import url(“../tracks/style.min.css”);

    /* =Theme customization starts here */

    .entry .wp-caption-text {
    font-size: 16px;
    line-height: 1.5;
    color: #4d4d4;
    }

    .menu-primary-items a,
    .menu-primary-items a:link,
    .menu-primary-items a:visited,
    .menu-secondary-items a,
    .menu-secondary-items a:link,
    .menu-secondary-items a:visited {
    color: orange;
    }
    .menu-primary-items a:active,
    .menu-primary-items a:hover,
    .menu-primary-items a:focus,
    .menu-secondary-items a:active,
    .menu-secondary-items a:hover,
    .menu-secondary-items a:focus {
    color: red;
    }

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