Tagged: ,

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #85586
    calmo16
    Participant

    Hi,
    How can I change the color of the hyperlinks?
    Thanks in advance.
    BR Calmo

    #85616
    Mahesh
    Keymaster

    Hi @calmo16,

    In Catch Box free version, this feature is already built-in. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Link Color” and select your desired color for the hyperlink color.

    Regards,
    Mahesh

    #85631
    calmo16
    Participant

    Hi Mahesh,

    No, i don’t see Link Color under Theme Options.

    BR calmo16

    #85635
    Mahesh
    Keymaster

    Hi @calmo16,

    Please post in your site url.

    Regards,
    Mahesh

    #85636
    calmo16
    Participant
    #85637
    Mahesh
    Keymaster

    Hi @calmo16,

    You are using Clean Box, but the thread is in Catch Box so, the above was the solution for Clean Box. 🙂
    You can change hyperlink’s color in Clean Box with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    a {
        color: #00ffff;
    }

    Note: Change the color to your desired color’s hex value.

    Regards,
    Mahesh

    #85642
    calmo16
    Participant

    Hi Mahesh,

    Thanks for your quick response.
    Sorry, didn’t realise….

    Well, can you tell me why there seems not be a CSS solution to get rid of the hoover text ‘Permalink to:….’ on the featured images? I can imagine nobody wants to see this line while hoovering 😉

    Cheers!
    calmo16

    #85644
    Mahesh
    Keymaster

    Hi @calmo16,

    Thank you for your appreciation.
    I’ve replied you in the related thread. Please check.

    Regards,
    Mahesh

    #89026
    nicksigma
    Participant

    Hello Mahesh,

    I recently redesigned my website by adding some custom code to my CSS options. However today the same code does not work anymore and most of my fixes switched back to their default.
    I managed to restore most of my changes except for the color of the hyperlinks in the main section. Apparently the following code does not work anymore:
    /* Change hyperlink color to YELLOW doesnt*/
    a {
    color: #ffb100;
    }

    Can you please take a look and let me know what is wrong?
    My website is http://stronghealthyandfree.com

    Thanks in advance.
    kind regards,
    Nick Sigma

    #89030
    Mahesh
    Keymaster

    @nicksigma: You have compressed your site and it is hard for me to check what CSS and Plugins are you using in your site. Are you using any other CSS plugins or made any customization to the theme apart from theme’s customizer option? Please try disabling the plugins one by one and check if it resolves the issue. Something is overriding the link color in your site.
    Let me know if the problem persists.
    However, using !important will resolve your issue.

    a {
        color: #ffb100 !important;
    }

    Note: Before using the !important rule, I recommend you to first check if disabling plugin and see if the issue resolves.

    Regards,
    Mahesh

    #89046
    nicksigma
    Participant

    Hello Mahesh,

    You were absolutely right, one of my plugins (Speed Booster Pack) caused the problem! I managed to re-design everything to my (current) liking.

    I did however find an interesting bug (unrelated to hyperlinks, related to the entire theme): my site now uses the dark color scheme however, when I open the first page of my website, it still has the white color scheme. On top of that, this bug only happens on that first static page and not on any of the other pages, categories or posts.

    Any thoughts on how to fix this?

    thanks in advance!
    kind regards,
    Nick Sigma

    #89137
    Mahesh
    Keymaster

    @nicksigma: I checked your site, and seems the color scheme is working fine. Also checked the theme in my local server and it is working fine too. May be some cache problem in your browser or something.
    Let me know if the problem persists.

    Regards,
    Mahesh

    #89158
    nicksigma
    Participant

    I just checked it and the color scheme is black again. Thanks again for your help!

    kind regards,
    Nick Sigma
    StrongHealthyAndFree.com

    #122134
    Abhilasha
    Participant

    There is no such option like “Theme option” under Dashboard=>Appearance=> Customize. How to change link of color on website. Is it possible without “Additional CSS” ?

    #122156
    Mahesh
    Keymaster

    @abhilasha: Go to Dashboard=> Appearnace=> Customize=> Custom CSS box and add the CSS. You can do it by adding CSS in style.css. I highly recommend you to use Customizer’s Custom CSS instead.

    Regards,
    Mahesh

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘How to change the color of hyperlinks?’ is closed to new replies.