• Hello,
    I’m searching how to change the color of the menu titles. I’ve explored a little bit, apparently it’s on the css code, but I don’t know how I can change it, in the css menu there are a lot of text.

    I just need putting the code <span style=”color: #ffffff;”> onto menu. Could somebody explain where it is? Thanks a lot!!

    The blog I need help with is lamecaniquegenerale.fr.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello! Just checked out your site. You are trying to change the “a” (which means LINK colors) of your main menu, is that correct?

    If so, try to find the “<div class=”blog-search hidden” style=”display: none;”>”
    Inside of this “div” you are going to see “ul” and “li”, which are nested inside your div. After this, search for this guy over here (which is your “a” link, where you need to change the color):

    -> <a href="http://lamecaniquegenerale.fr/" style="color: #ffffff;">Accueil</a>

    Did you find this part of the code? =)

    Thread Starter Lamecaniquegenerale

    (@lamecaniquegenerale)

    Hello maiteblank,
    thanks for your help, I’m trying to change into white the menu buttons (accueil, actualities, etc) which now are in grey.
    Also every word which is in grey who belongs to the default theme.

    I’m trying to find also where is the “<div class=”blog-search hidden” style=”display: none;”. Is there any access anywhere?

    Anyway where can I have access to change the css? In the menu appearance –> modify css there is a white sheet and as a beginner I’m completely lost with code.

    Thanks a lot!!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Hi @lamecaniquegenerale can you please stop reposting this topic? Duplicates get deleted when found.

    I just need putting the code <span style=”color: #ffffff;”> onto menu. Could somebody explain where it is? Thanks a lot!!

    The blog I need help with is lamecaniquegenerale.fr.

    Where do you need that code?

    Looks like you are using this theme https://wordpress.org/themes/hemingway/ and if you need to ask for that theme’s support you can post your question in that theme’s dedicated sub-forum.

    https://wordpress.org/support/theme/hemingway#postform

    If you do re-post your question there then I’ll close this topic with a link to the new one.

    Hi @lamecaniquegenerale!
    You can go on your code page editor and search at the line 456, the “accueil” part is over there (you can also hit ctrl+f and write “accueil” to find where it is). Then, you add the STYLE part to change the colors, like this:

    <a href="http://lamecaniquegenerale.fr/" style="color:white;">Accueil</a>

    After, you move to the other items you have and do the exact same thing, adding the style part which changes the color to white (at “actualités”, “à paraître” and the others).

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How change color police in menu’ is closed to new replies.