How can I make a page on the menu appear differently in regards to color and font than the other menu items?
Also, is there a way to change the background/foreground color for a particular page while keeping the remaining pages the same as one another?
Hello, Please explain your issue more clearly with the help of screen shot images that which menu you want to display differently.
my website is metafitnessonline.com. All of the text menu items on the navigation bar are one color. I am going to add an additional menu item but I would like it to be a different color and font. How do I go about accomplishing this. Just as well, on our site, you can see that our background has a black honeycomb background and a gray textured background for the body. I want to change the color of the black honeycomb background and possibly the body background color as well just for the new page I am building.
Hello, 1.For your first issue Please add the extra menu for which you want a different color after that inform us we will provide you code for that. 2.For your second issue All pages of your site sharing same background therefore it is not possible to change background for new pages.
I have added it but right now I have it private until I have the page ready to go. It is called Healthy Engagements. In case you need this, it is <li class="page_item page-item-394">.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: li.page_item.page-item-394 a{ color:red!important; font-family:harrington!important; font-size:20px!important; }