• Resolved jvisgaitis

    (@jvisgaitis)


    I’ve been messing with the stylesheet and can’t seem to find what I need to change to the CSS tp update the colors of the links and the rollover. I’ve looked through the documentation, but can’t find where this would be. Any help greatly appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Its usually just in the main stylesheet. Did you delete the css for it? If you found it and it just doesn’t update, it might take a while to show the changes you made.

    Thread Starter jvisgaitis

    (@jvisgaitis)

    I’ve got other parts of it to update. I just don’t see where the a:link is. Maybe I’m just used to CSS being styled differently or something. Dunno, that’s why I’m asking here.

    Post a link to TBIQ – the blog in question – and we will have a look.

    Thread Starter jvisgaitis

    (@jvisgaitis)

    Thanks. Here’s the link: https://icirclegames.com/wordpress/

    What I want is the links in blue to be green to match the logo. I’ve gotten other font colors changed, just not the link color.

    I don’t know what “else” did you expect for CSS code??

    a, h2 a:hover, h3 a:hover {
    color: #06c;
    text-decoration: none;
    }
    a:hover {
    color: #147;
    text-decoration: underline;
    }

    This is from your default stylesheet.

    Thread Starter jvisgaitis

    (@jvisgaitis)

    The way its expressed in the style sheet is not what I’ve seen before. I’m no pro at CSS, I guess all the styles just confused me. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Help with CSS’ is closed to new replies.