- This topic has 63 replies, 15 voices, and was last updated 7 years, 3 months ago by Sakin.
-
AuthorPosts
-
November 14, 2014 at 10:03 pm #47504DennisMember
Hi Sakin,
Thanks for the reply. I should have been clearer…I was referring to the main menu links. Is it possible to achieve the menu highlights as seen on https://www.plantwithpurpose.org/where-we-work/
On hover the line above the link title becomes bold. That would be ideal. If I can get at the CSS maybe I can do it.I disabled the Header Right Sidebar and I still only see a menu when I choose Secondary Menu in Manage Locations. It’s no big deal.
Thanks again,
KathyNovember 16, 2014 at 8:47 am #47564SakinKeymasterHi Kathy,
Can you post in your site URL so that I can check in.
Regards,
SakinNovember 16, 2014 at 8:58 pm #47580DennisMemberHi Sakin,
You might enjoy the fact that the web site is actually for someone based in Kathmandu.
Thanks,
November 17, 2014 at 6:10 am #47626SakinKeymasterHi Kathy,
Yes, the site looks nice. But you haven’t change the slider image yet. Do you need help on this as well. Let me know it.
1. First remove
......
from your custom css box. This is not good for your site.
2. For border top, try to add the following css in “Appearance => Theme Options => Custom CSS” box.#secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a { border-top: 3px solid #000; } #secondary-menu ul.menu ul li:hover a { border-top: none; }
Regards,
SakinAugust 28, 2015 at 12:37 am #65436AnnaVartanyanMemberHi,
Thanks Catchthemes team for an awesome theme,
I need a quick temporary fix: I need to change menu text color for ONE PAGE only to red. I wanted to do a quick fix directly in the page edit box, smth like this
<b><font color=”#FF3333;″>PAGE NAME</font></b>
However, it seems like no red shades is being recognized (all red and orange shades are being changed to green or blue). Is there a way to fix it?
Thanks
AnnaAugust 28, 2015 at 12:48 am #65439SakinKeymaster@AnnaVartanyan: To make it box and color of any text, the code will be as below:
<span style="color: #ff3333; font-weight: bold">PAGE NAME</span>
But if you want to change the menu item text color, then please send me that page URL.
August 28, 2015 at 12:53 am #65442AnnaVartanyanMemberTHANKS THATS PERFECT, GOT IT
August 28, 2015 at 12:55 am #65446SakinKeymaster@AnnaVartanyan: If you like Catch Everest theme and my support then please help me by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-everest?rate=5#postform
August 28, 2015 at 1:00 am #65447AnnaVartanyanMemberdone, with a great pleasure
August 28, 2015 at 1:07 am #65448SakinKeymaster@AnnaVartanyan: Thanks a lot. You made my day. Cheers 🙂
August 28, 2015 at 1:15 am #65449AnnaVartanyanMemberthanks for your great help!!
I actually looked to some precious posts and played with CSS in the theme options. Two more questions:
1) I used codes below to change all the colors of the menu: what I would like to change in addition is the color of the page that you are own (still shows the light blue)
#header-menu #access { background: none #FFFFFF}
#header-menu ul.menu a { color: #000000}
/* Menu Sub-menu and Hover Background and Text Color */
#header-menu ul.menu li:hover > a,
#header-menu ul.menu ul :hover > a,
#header-menu ul.menu a:focus,
#header-menu ul.menu ul a { background: none #FF3300; color: #FFFFFF;}2) I want to change also HOME button color, is there a CSS code for that?
once again thanks a lot
August 28, 2015 at 1:23 am #65451SakinKeymaster@AnnaVartanyan: For this, you need to post in your site URL. So, that I can check in details.
1. I am not so clear about this. Which light blue you want to change.
2. What do you mean by home button color? Do you just want to change that home menu color or menu active color.August 28, 2015 at 1:29 am #65453AnnaVartanyanMemberI meant how to change the home menu active color.
the site is still under development, cant make it public. I can come back later when we launch it and fix it later
thanks 🙂August 28, 2015 at 10:10 am #65475SakinKeymaster@AnnaVartanyan: Ok for that try changing color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus, #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #000; color: #eee; }
Note: you will find color option in theme options panel of pro version. Also check out additional features info of pro version at http://catchthemes.com/theme-instructions/catch-everest-pro/
August 29, 2015 at 1:01 am #65525AnnaVartanyanMemberthanks so much, this is awesome, ill check pro-version, seems like very useful with the color change
August 30, 2015 at 8:20 am #65558SakinKeymaster@AnnaVartanyan: Thanks 🙂
March 14, 2016 at 11:13 am #87429abhishek1975MemberHi
The menu tab color in my website ramakrishna.sg changed from the orange to blue suddenly .I am using Kathmandu theme (free).Please help me how I can again chnage tab color to orange again.March 14, 2016 at 11:40 am #87431MaheshParticipant@abhishek1975: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
#secondary-menu { background-color: #dd9221; }
Regards,
MaheshMarch 14, 2016 at 12:37 pm #87435abhishek1975MemberThanks Mahesh it worked
March 15, 2016 at 10:42 am #87502MaheshParticipant@abhishek1975: Thank you for your appreciation. Have a nice day!
Regards,
Mahesh -
AuthorPosts
- The topic ‘Change menu colors?’ is closed to new replies.