lists and footer link is a different color

  • Posted in : Readme
  • broheim
    Participant

    The css for link color doesn’t seem to be extending into unordered lists and some other key elements like tabs and the footer. See examples here
    https://pixl.ink/4P2JV

    Hopefully this will be in the next update.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .entry-content a:not(.button) {
    	margin: 0 4px; color: #333; font-weight: bold; border-bottom: 2px solid #ddd;
    	}
    .entry-content a:not(.button):hover {
    	border-bottom: 2px solid #333;
    	}
    .related-posts ol li a,
    .related-posts ol li a:hover { border: 0 !important; }
    
    broheim
    Participant

    Seemed to do the job in the unordered lists but not the footer.

    ahmetsali
    Keymaster

    just update the code as;

    .entry-content a:not(.button), .site-footer .site-info a {
    	margin: 0 4px; color: #333; font-weight: bold; border-bottom: 2px solid #ddd;
    	}
    .entry-content a:not(.button):hover, .site-footer .site-info a:hover {
    	border-bottom: 2px solid #333;
    	}
    .related-posts ol li a,
    .related-posts ol li a:hover { border: 0 !important; }
    
    broheim
    Participant

    Thanks again. Loving the support from y’all.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register