Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #74718
    Jerome Tanon
    Participant
    Premium Member

    Hi ! I love using your theme. One thing: in the customizer I can easily edit links over colors for Top Bar and Menu sections; but weirdly enough, not for the content of the site. The option doesn’t show up.

    Could you tell me which code to add in custom CSS to change the hover color for content only ? (I don’t want it to affect top bar, menu, header…)

    Thank you very much
    jerome

    #74721
    vako
    Keymaster
    WP Royal Team

    Hi Jerome,

     

    At first, thank you for choosing our theme and service.

    You can change the link colour using theme options, please navigate to Dashboard > Appearance > Customize > Colors > Content > Accent, but you cant change the hover colour, we can create a custom CSS snippet for you just give us colour hex code.

    Kind Regards

    #74722
    Jerome Tanon
    Participant
    Premium Member

    Yes I did notice the “Accent” color. For Hover, that would be very kind of you.
    You can use this hex #76aa2e
    Regards, Jerome

    #74725
    vako
    Keymaster
    WP Royal Team

    Hi Jerome,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:

    .post-content a:hover {

    color: #76aa2e;

    }

    .page-content a:hover {

    color: #76aa2e;

    }

     

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.