This topic has 9 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #106192
     king88sley
    Participant

    Hey Guys,

    Thanks for the great support yesterday. I will like to change Menu link color on individual pages. Is that possible?

    #106288
     Radu
    Moderator

    Hi,

    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 solution
    #106294
     king88sley
    Participant
    This reply has been set as private.
    #106340
     Radu
    Moderator

    Hi,

    You can have different color to menu links by using this css

    Ex for homepage

    COPY CODE
    
    body.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 CODE
    
    body.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 solution
    #106588
     king88sley
    Participant

    Hey Radu,
    How do i get the ID for certain page?

    Thanks

    #106638
     Radu
    Moderator

    Hi,

    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 solution
    Attachments:
    You must be logged in to view attached files.
    #106747
     king88sley
    Participant

    Thanks got it.
    I appreciate

    #106866
     Radu
    Moderator

    Great,

    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 solution
    #144638
     abu117
    Participant

    you shouldn’t be posting your username and password publicly 🙂

    #144710
     Radu
    Moderator

    true :), 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
Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?