• broly1718

    (@broly1718)


    I think i have it setup ok for now. first shot at all this. I know the logo/banner is a bit bland, but i’m working on something else.

Viewing 7 replies - 1 through 7 (of 7 total)
  • onseduction

    (@onseduction)

    Personally I would change the link hovers. If you hover over a link it gets styled bold, but that moves the text next to it.

    onseduction

    (@onseduction)

    Personally I would change the link hovers. If you hover over a link it gets styled bold, but that moves the text next to it.

    Thread Starter broly1718

    (@broly1718)

    How would i go about fixing that? What would i look for?

    moshu

    (@moshu)

    Find this in your stylesheet:
    .post a:hover {
    font-weight: bold;
    }

    and modify it as you want…
    Help: https://www.w3schools.com/css/default.asp

    resiny

    (@resiny)

    yes. I detest bold link hovers.

    looks like a nicely modified rin

    Thread Starter broly1718

    (@broly1718)

    THanks for the info guys. Yea i dont like those either, i just didnt know how to get rid of it. do i just find what moshu said and delete? if not, what do i change?

    onseduction

    (@onseduction)

    .post a:hover {
    font-weight: bold;
    }

    And change it to:

    .post a:hover {
    font-weight: underline;
    }

    or

    .post a:hover {
    font-weight: none;
    color: #ff0000;
    }

    or something like that.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘My Site’ is closed to new replies.