• Resolved datasilog

    (@datasilog)


    Hi guys,

    Is there a way to change the color of the links in this theme? I want to change it from its current pink to a shade of blue.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    a,
    .slide-overlay_category {
      color: #1e73be;
    }
    
    a:hover,
    .slide-overlay_category:hover {
      color: #fb397d;
    }
    
    button, input[type="button"], input[type="reset"], input[type="submit"], .ca-button, .ca-button:visited, .comment-reply-link, .comment-reply-link:visited, .comment-form input[type="submit"], .ca-contact-form button, .ca-contact-form input[type="button"], .ca-contact-form input[type="reset"], .ca-contact-form input[type="submit"], .wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-submit:visited, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce a.button.alt:visited, .woocommerce button.button.alt, .woocommerce input.button.alt {
      background-color: #1e73be;
      border-color: #1e73be;
    }
    

    Regards,
    Kharis

    Thread Starter datasilog

    (@datasilog)

    Thank you @kharisblank!

    Unfortunately, some of the links are still in pink. The “categories” and the “recent posts” are still in pink. ??

    Thread Starter datasilog

    (@datasilog)

    Edit: I did the following below, it changed on the interface but not after publishing. ?? So currently, its still in pink.

    ——-
    Hi,

    I already edited the code itself. One should just change the color of this line:

    a:hover,
    .slide-overlay_category:hover {
      color: #fb397d;
    }

    Thank you @kharisblank!

    • This reply was modified 5 years, 6 months ago by datasilog.

    Hello there,

    Did you mean hover color is still pink? Try flushing your web browser’s cache/history before reloading your site. Saved history might still load older version of your site.

    Regards,
    Kharis

    Thread Starter datasilog

    (@datasilog)

    Hi @kharisblank,

    That is indeed the case! Thank you very much for your help!

    Regards,
    Rommel

    You’re welcome Rommel!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change color of fonts’ is closed to new replies.