• Resolved titous09

    (@titous09)


    Hi all,

    I need some help with some CSS formatting which I think should be pretty straight forward but with my limited knowledge cannot figure out. The blog is: https://www.photocs.net/blog/ and the theme that I’m using (which I’ve customized already) is Default 1.7.2 by Michael Heilemann

    Basically, I’d like the links of the blog title and the links within the blog body to be #FF6600. I cannot figure out how to change these independently of the links I have in the header.

    Can anyone help? I appreciate everyone’s help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • That’s not the normal Kubrick theme by any stretch of the imagination. In fact, it’s not even using the standard file hierarchy. The stylsheet appears to be in the root folder somewhere. So I’d suggest that you contact whoever set up this site in the first place as ‘standard’ it ain’t.

    You need to splice things up into div’s for the header, nav links, main content etc.

    At the moment all links are being coloured by the first few lines of your style If you had your navigation within a div tag you could then make style of

    #navigation a {
    color: #ff6600;
    }

    I’d re-write your navigation as the following, enclosing the whole thing in a new navigation header, then you only have to add the css above, and switch the colours around as desired:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    As esmi said as well. That site’s way off in several ways…

    Thread Starter titous09

    (@titous09)

    Hi All,

    I have to admit I built the entire site without any prior CSS, HTML or website knowledge; so it’s no surprise the code is a bit messy and that the style sheet appears in the root folder.

    Anyway, I’ve done as robrat suggested and it worked! Thank you all for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change link color of just blog title and blog body links’ is closed to new replies.