Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #193804

    I have changed the theme colour to red using the in-built setting but i want to change the body links to blue only. I have tried playing around with it but if i customise the links to blue everything else turns blue including the buttons, search bar icons etc. Would appreciate some coding help on this.

    #194045

    Hi,

    Try with this:

    .container a {
    color: blue !important;
    }

    Can you post the link to your website please?

    Regards,
    Josue

    #194159

    Hi Josue, thanks a lot. I’m running my site on Xampp so i can’t post the link to my site.

    I’ve tried your suggestion but it’s turning everything blue such as my buttons (which were white on a red background) and more importantly, the menu items blue. Can you suggest any workaround to keep it strictly to the main body of text only?

    Thanks in advance.

    #194162

    Hey!

    Try with this instead:

    .avia_textblock a{
    color: blue !important;
    }

    Cheers!
    Josue

    #194171

    Perfect! This does the trick. Thanks v.much

    #194177

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Main Body Link Colour Only’ is closed to new replies.