Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: breadcrumb background color #287194
    3J
    Participant

    That did the trick – thanks for all the help!

    –Jerry

    in reply to: breadcrumb background color #287145
    3J
    Participant

    Thanks. I found the CSS with Firefox developer tools and made some more adjustments, but I am having trouble getting the white box that surrounds the current bredcrumb to disappear. This is what I have done so far:

    #breadcrumb-list {
    background-color: #000;
    }

    #breadcrumb-list .wrapper {
    padding: 2px 40px 0;
    }

    .home #breadcrumb-list .wrapper {
    padding-bottom: 2px;
    }

    #breadcrumb-list span {
    background-color: transparent;
    border: 0px;
    color: #666;
    display: block;
    float: left;
    font-style: italic;
    margin-left: -1px;
    }

    #breadcrumb-list a:hover,
    #breadcrumb-list a:hover span {
    color: #C6100A;
    text-decoration: none;
    }

    #breadcrumb-list a,
    #breadcrumb-list a span {
    color: #66666;
    display: inline-block;
    padding: 5px 10px 3px;
    }

    Any help will be greatly appreciated.

    in reply to: Header Highlight Issue #98384
    3J
    Participant

    That did it. Thank you so much for the quick response – we made the right decision going with a catch theme for our site. One last question and then I’m done. How would I modify the size of the title of the header highlight images? I want to have them shrink down a bit when the images do, or if that is not possible, just make them a bit smaller to begin with.

    Thanks again for all of your help.

    in reply to: Header Highlight Issue #98338
    3J
    Participant

    Thanks that worked. I have another quick question: as you make the window smaller, the Header Highligh images jump from 4 across to 2 across to one across. Where can I change the bowers size at which they switch? I want the pictures to go a bit smaller before jumping to to two across, and for them to never go down to one across.

    in reply to: How to get rid of space obove image header #97983
    3J
    Participant
    in reply to: How to get rid of space obove image header #97926
    3J
    Participant

    Hi, I also wanted to remove the white space that normally contains the title from above the image header. Adding in

    #masthead {
    display: none;
    }

    to the custom CSS box worked, but the mini menu that normally appears when the main menu disappears for smaller windows or or mobile devices is also gone. Is there someway to get the mini menu to appear on the bar at the top with the social media icons, or some another location?

    Thanks in advance,
    3J

Viewing 6 posts - 1 through 6 (of 6 total)