Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23186
    Wes
    Member

    I want to change the color of the very thin line that below the Headline box and above the Footer. It is blue, I want it to be #318444.

    Thanks for the help!
    wes©

    #23368
    Sakin
    Keymaster

    @Wes: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #homepage-message { border-color: #318444; }

    #23516
    Wes
    Member

    Sakin-

    Worked perfectly, thanks!

    I want to change the thin line on the footer too. I tried using your form and put in: #footer { border-color: #318444; }

    It didn’t work. What is the label for the footer line?

    Thanks.

    #23544
    Sakin
    Keymaster

    @Wes: Do you meant the thin line above the footer? Then it will be as
    #colophon { border-color: #318444; }
    Ps. Post in your site URL with question so it’s easier to me to navigate.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change color of thin footer and headline line’ is closed to new replies.