• Hi all,

    I don’t know CSS that well, but I’ve searched through it and can’t find what might be setting my content font on pages.

    In the pages: about, our pubs, and contact, no content shows up. I was thinking it might be a CSS setting but can’t find it if it’s there.

    Can anyone help me figure out why this isn’t showing up? The menus are setup correctly so not sure what’s going on.

    https://sports.carairishpubs.com/

    Any help is greatly appreciated!

    Thanks,
    Kate

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter kloscheider

    (@kloscheider)

    Thanks! I’ve been using the inspect tool via Chrome and still don’t see it….Any other possible ideas?

    Thanks again!

    Please do yourself a favour – download Firefox and add the Firebug extension. Even if you only ever use Firefox for theme work, Firebug makes life so much easier when wrangling CSS. It knocks Chrome’s inspector into a cocked hat and then some.

    Thread Starter kloscheider

    (@kloscheider)

    Ok, I have those tools and when I look at the CSS for it, it only shows this:

    .fluid-width-video-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
    }
    .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

    Thread Starter kloscheider

    (@kloscheider)

    So, I figured this out. It was a headway block setting. I reset the type and it was resolved.

    Thanks for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help! Hidden CSS? Or something else?’ is closed to new replies.