Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1258249
    eveall
    Participant

    Hi there,

    I would like to customize the hover color.

    I would like links within paragraphs to have a different hover colour than the recent post short code, the social links, etc. Initially i set up the color in the customizer under typography, and then went about trying to change all the others specifically, but i got stuck. Perhaps it’s better to leave the typography the way i want it and only change the links in the text through CSS.

    This is what i would like:
    text links in posts-#4D84D1 ;hover-#545454
    everything else (including recent posts short code and social icons): #999999; hover-#636363;

    THanks in advance,

    Steve

    #1258292
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1258974
    eveall
    Participant

    Thanks Rahul. This seems to be a standard response from support, as I’ve seen you respond this way to customers hundreds of times…literally (side note, i did a google search with the response in quotes and came up with 3,200 hits, but in fairness not all of those were yours). Really, what bearing does the url have on the question posed? Is it to verify that we are actually customers? Is it a number of responses thing lol? Super curious. Actually. I really am. There must be some reason behind that copy and paste response I still think there should be some way of having the information you request linked with our profile when we post things but with private settings so only the support can see it. Not everyone wants to disclose their url. I can set responses to private, but then how does the response help others. I can reply separately with another private reply, but then i get rebuked for attempting to “bump” my post. The way it’s set up now, is just another step before getting support which is unfortunate for those seeking prompt help. Anyway, it’s an idea for support to look at I would think.

    Cheers,

    Steve

    #1259084
    Thai
    Moderator

    Hi Steve,

    text links in posts-#4D84D1 ;hover-#545454

    You can change it under Customizer > Typography > SITE LINKS:

    http://i.imgur.com/YNYRPW7.png

    everything else (including recent posts short code and social icons): #999999; hover-#636363;

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-recent-posts a .h-recent-posts,
    .x-social-global a {
        color: #999999
    }
    .x-recent-posts a:hover .h-recent-posts,
    .x-social-global a:hover {
        color: #636363
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1258249 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>