Matching Nav in Progress to Forward

Support Area Forums Progress Matching Nav in Progress to Forward

Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #32907
    HDTV-Entertainment
    Participant

    I guess there no longer is support for Progress theme that I am using at Broken-Promises.org. All the subdomains, as you may recall, are built on Forward.

    My menus NAV on the five subdomains look different than the parent (yes by my design (ie. parenting.broken-promises.org) and I’d like to modify the Progress based parent domain to match the NAV in Forward. Seems I no longer remember how to do that since I have been on Forward.

    If you have a moment, how would I go about doing this? I guess I need to edit CSS on a template someplace. There appears to be no controls in the Progress template interface. Or, I might have missed it.

    Navigation settings in Forward for all subdomains:
    Menu Bar Color: #5e5e5e
    Font: PT Sans Narrow 18pt
    Text Color White
    Background Color Hover: #809fbf

    #32908
    HDTV-Entertainment
    Participant

    You could make it a bit more like the others. Try adding this to the bottom of the style.css file. You can edit it by going to Appearance and then choosing edit in your WordPress dashboard.

    @import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

    .primary nav {
    background-color: #5e5e5e;
    margin-bottom: 0 !important;
    width: 100%;
    }

    header.primary nav li a,
    header.primary nav li a:visited {
    color: #fff;
    padding: 10px 10px;
    margin: 0;
    font-size: 18px;
    font-family: ‘PT Sans Narrow’, sans-serif;
    }

    header.primary nav li a:hover,
    header.primary nav li.current-menu-item a {
    background-color: #809fbf;
    text-decoration: none;
    color: #fff;
    }

    See how that works for you.

    Bill

    #32910
    Bill Robbins
    Moderator

    Hi Rick,

    Let me know when the CDN clears out. Typically when I choose to clear out the cache in the WP Engine section of my dashboard it clears out the CDN within about 10 minutes or so. If I don’t clear out the cache, I really have no idea how long it takes to propagate.

    Bill

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Matching Nav in Progress to Forward’ is closed to new replies.