Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #151783
    grubrinro
    Participant

    Hello.
    Thank you for the excellent work.
    Help me how to make links on another color page with an underscore.
    This is necessary to highlight the link when viewing the page.

    #151795
    Skandha
    Participant

    @grubrinro: Please post in your site URL and can you please elaborate what you want to be done?

    Kind Regards,
    Skandha

    #151801
    grubrinro
    Participant

    Thanks for the quick response.
    Link http://numerology.com.ua/
    On the main page there are several links to other pages, how can they be highlighted in color or font?

    #151804
    Skandha
    Participant

    @grubrinro: Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    /* To highlight the links */
    #site-navigation-primary ul li {
    	background:#AFAFAF;
    }
    
    /* To change of the links */
    #site-navigation-primary ul li a {
           color:red;
    }

    You can change the color according to your requirement.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #151839
    grubrinro
    Participant

    Dear Skandha, I’m sorry, but that’s not it.
    Your suggestion changes the color of the MENU links.
    I need to change the color of only the links on the pages.
    Sincerely.

    #151900
    Skandha
    Participant

    @grubrinro: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .entry-content a {
        color:blue;
    }

    You can change the color according to your requirement.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #152111
    grubrinro
    Participant

    Good afternoon.
    It is perfectly!
    I thank you, I wish success in everything.

    Regards.

    #152112
    grubrinro
    Participant

    There is a nuance ..
    Does it work only on the home page, how to add on all pages of the site?

    #152115
    grubrinro
    Participant

    All perfectly.
    Deleted “.home”….
    Thanks again!

    #152131
    Skandha
    Participant

    @grubrinro: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/higher-education/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #152229
    grubrinro
    Participant

    I will definitely make positive feedback!
    Thanks again.

    #152277
    Skandha
    Participant

    @grubrinro: Thank you for your appreciation. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to make links on another color page with an underscore’ is closed to new replies.