-
Author
-
February 24, 2016 at 13:39 #106192king88sleyParticipant
Hey Guys,
Thanks for the great support yesterday. I will like to change Menu link color on individual pages. Is that possible?
February 24, 2016 at 17:29 #106288RaduModeratorHi,
Yes it’s possible with custom css, every page will add a class to the body and you can target every page separately.
Just provide your admin credentials to can provide you an example and then you will replicate for others page
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 24, 2016 at 19:58 #106340RaduModeratorHi,
You can have different color to menu links by using this css
Ex for homepage
COPY CODEbody.home .kleo-main-header .nav > li > a { color: red !important; }
Ex for page with id 49 ( http://brueckeberlin.de/fotos/ ) you will have to add this css
COPY CODEbody.page-id-49 .kleo-main-header .nav > li > a { color: green !important; }
And so on.. , you will need to replace the color and the id for your pages.
That’s all
The css can be added to wp-admin -> theme options -> general settings -> quick css
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 25, 2016 at 15:57 #106588king88sleyParticipantHey Radu,
How do i get the ID for certain page?Thanks
February 25, 2016 at 18:10 #106638RaduModeratorHi,
Just see the attached screenshot.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.February 26, 2016 at 17:14 #106866RaduModeratorGreat,
Have a nice day
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 18, 2016 at 01:11 #144638abu117Participantyou shouldn’t be posting your username and password publicly 🙂
November 18, 2016 at 19:36 #144710RaduModeratortrue :), I’ve marked as private that reply, topic author, change the password
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.