• Resolved SimplySupport

    (@simplysupport)


    Hi,

    I know there have been a number of posts on this but I still haven’t managed to fix this problem and it’s driving me maaaaad!

    I have just started building my website and changed the colours in style.css. Most of it has worked but cannot get the colours of the links to change from pink. I have tried sooo many different approaches but cannot find any of these colours left in the code.

    I am very new to all of this so please be patient with me!

    Here’s my site:

    http://simplysupport.org.uk

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi
    Yep, it’s a little fail with this colors. By default some styles located in bootstrap.css, this styles you can’t find in main stylesheet. You can rewrite this colors in your child theme’s style.css with adding additional selector, for example:

    body a {
    color:#f00;
    }

    It’s not the best practice, and we try to find some solution in future updates.

    Thread Starter SimplySupport

    (@simplysupport)

    Thank you… I am very new to this and don’t really understand ‘child theme’ or ‘bootstrap’ but I will give it a go and see what happens!

    Thread Starter SimplySupport

    (@simplysupport)

    Hi,

    I have added a child theme and have managed to change the colour of the links in the meta posts but cannot work out how to change the pink colour of the menu options in the sidebar and of the ‘prodly powered by wordpress’ link in the footer. Any ideas?

    http://www.simplysupport.org.uk/

    Thread Starter SimplySupport

    (@simplysupport)

    Now it’s just the sidebar menu I need to change… getting there!

    Thread Starter SimplySupport

    (@simplysupport)

    Sorted! Thanks

    SimplySupport

    I am trying to change the colors on this theme, you have done a really nice job. I have created a child theme but I dont see any of the changes that I specify in the style.css of the child theme. How did you get this to work, would you share your style.css?

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