• Hello again!

    Could anyone help me please,
    if u go on my site https://www.i-am-fubar.com , u will see (or not see, which is the problem) that just under the header thers links for different pages (where “blogs”) is.

    has anyone have any idea how i can customize those “buttons”?

    id like to have them all permanently of the color they are now when u hover on them (dark grey box/whiteish text) – is this possible and coupld please anyone tell me how to do it?

    thanks very much ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • You need to edit the stylesheet (style.css) on the theme editor.

    Back up the file just in case you screw up!

    Then look for the places where it says hover:

    If you’re not familiar with editing css files, you need a little bit of trial and error until you find the exact hover color you want to change.

    Oh, and you need to know the color code. There must be easier ways to do that, but I’m stupid, so I go to front page, write something on the color I want, and check the code on the source code.

    Thread Starter arymcl

    (@arymcl)

    thanks!
    does anyone know the exact spot for this? the stylesheet is a bit messy and long?

    Look for this in you stylesheet. It’s around line 107 if that helps

    ul.menu li a {
    color:white;
    font-size:1em;
    margin:0pt;
    }

    Just add this in there between the { } brackets
    background: #333333;
    This will make the background for the buttons the dark gray you want.

    Thread Starter arymcl

    (@arymcl)

    BRILLIANT!!! thanks very much to u both :))))

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Colors?!’ is closed to new replies.