Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author ThemeAWESOME

    (@tsquez)

    Hi there, because you did something to the css? What that is I have no idea, but I can see the words “Skip to content” which means that something def was done to the css. You have removed something.

    Looks like you removed the css rules for the following element:

    .top-bar .name a

    Theme Author ThemeAWESOME

    (@tsquez)

    Add this to your css:

    .top-bar .name a {
        line-height: 45px;
        font-size: 0.8125rem;
        font-weight: normal;
        color: white;
        display: block;
        padding: 0 15px;
    }
    
    .says, .assistive-text, .screen-reader-text, .site .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 0.0625rem;
    }
    Thread Starter punchbuggyblue

    (@punchbuggyblue)

    Yay!!!

    Thank you so much!
    I have no idea how I managed to change it in the first place, but that worked a charm.

    Theme Author ThemeAWESOME

    (@tsquez)

    No worries, it happens. Trust, me I delete stiff all the time then wonder “why did I do that”…Lol

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Why does my HOME tab have different formatting?’ is closed to new replies.