• Resolved Alenija

    (@alenija)


    Hello everyone,

    i have a huge problem with my menu bar of the catch box theme.
    I finally found out how to change the background color of the menu, but now im still struggeling with changing the font color from white to pink.

    Here is the menu part of my csssheet:

    [Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]

    Can anyone tell me where I need to include or change the font color? It drives me nuts for days now.. ??

    my page https://www.project-beautiful.de/Wordpress

    Thank you so much
    Alenija

Viewing 15 replies - 1 through 15 (of 16 total)
  • try
    #access a
    {
    color:#yourcolornumber;
    }

    assuming you are talking about the menu font color.

    Thread Starter Alenija

    (@alenija)

    Yes I am ??

    Where do I need to put the part you just suggested? ??
    I suck in this ??

    put it at the end of style.css, it’s a template file under apperance/editor, it’s in the list of files on the right, normally at the bottom.

    Thread Starter Alenija

    (@alenija)

    Ok I copied and pasted it at the and, but nothing changes…
    I already made several changes in the style.css file and I also figured out how to change the hover font color of the menu, but the normal one resists to change no matter what I try.. sorry for my poor English description skills ??

    look at your site in firefox, then ie. the menu colors are totally different in each. You have an issue with that, which are you to adjust for?

    Thread Starter Alenija

    (@alenija)

    ohhh.. because im using google chrome… dont tell me it is changing the whole time and my f** browser doesnt show me haha
    im getting mad here ??

    in any case, this appears to be the code for the top level nav font.

    #branding.ul menu a:
    {
    color:#your-color;
    }

    You may want to try disabling plugins to see if it makes nav font colors consistant in all browsers.

    Thread Starter Alenija

    (@alenija)

    well i still cant believe i wasnt able to figure this out…

    thank you so much!
    looks like i checked all “color: #coloriwant” expect this one!

    shame on me haha
    so my problem is solved!

    cool, let me know if you need any more menu code, like for child pages or hover.

    Thread Starter Alenija

    (@alenija)

    Well yeah… you remind me, that I wanted to center the whole thing…
    I tried, but it created a mess..

    center the whole thing? please explain.

    Thread Starter Alenija

    (@alenija)

    i would like to center the text of the menu.. now it is positioned left, but I like to position it in the middle

    try adding

    margin-left:40px;

    to the part of your css code where you changed the background color of your menu. then adjust the number to suit.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Link color doesn't want to change…’ is closed to new replies.