Hi,
I would like to edit the visual aspect of the menu of the website I'm working on: http://youcandrawportraits.net63.net/
I would like to make the menu more visible, that is changing the background color of the menu, with and without the hover.
Is there any way to edit the style of the menu?
Laurel
Edit Menu Style
Started by
Guest_laurel_*
, Dec 21 2011 03:56 PM
1 reply to this topic
#2
Posted 22 December 2011 - 08:05 AM
Hi,
yes, you can do so using CSS. To do so, go to wp-dashboard > Appearance > Editor and open style.css (opened by default). Add the following code, that should explain itself, and provide some examples you can finetune and tweak:
Ronald
yes, you can do so using CSS. To do so, go to wp-dashboard > Appearance > Editor and open style.css (opened by default). Add the following code, that should explain itself, and provide some examples you can finetune and tweak:
#menu {
color: black;
background: pink;
}
#menu li a {
color: green;
background: white;
}
#menu li.current_page_item a,
#menu li.current_page_item a:visited {
color: yellow;
background: blue;
}
#menu li a:hover {
color: red;
background: black;
}
Ronald
Join the iThemes Builder Community on Google+.
To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. Please also read the forum guidelines.
When asking your question/posting your request on the forum, please be as concise and specific as possible. The shorter your request, the more to the point, the more specific, the easier it will be for us to try and help out.
Reply to this Topic
ATTENTION
If this topic is marked RESOLVED or INFORMATION, or if you are NOT experiencing EXACTLY the same issue, please start a new topic to provide the details of your problem. If the solution provided doesn't work for you, you should start a new topic. If you feel this thread contains relevant information, you may include a link to it in your new topic. To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. When posting your question or request on the forum, please be as concise and specific as possible. The shorter and more to the point you can make your request, the better.
For BackupBuddy related issues, be sure to include the status log from your most recent backup.
CLICK HERE to start a new topic in the Notepad forum.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




