Topic Resolution: Resolved
  • Closed
  • Selina Taylor
    Spectator
    May 4, 2015 at 6:20 pm #17242

    I am running evolve and think it is great. Unfortunately, I have chosen the dark theme option, with the widget background displayed and the links in the widgets in the footer are therefore barely visible. Please can you tell me what code I need to add to the custom CSS in order to change the colour of the links in the footer widgets please? (The links in the sidebar widget area for the same widgets display fine e.g. archives).

    http://unitingchurchsketty.org.uk/your-minister/

    Thank you very much in anticipation.

    Roman
    Spectator
    Posts: 3147
    May 4, 2015 at 7:19 pm #17248

    sure, try for example:

    .footer a {
    color: green;
    }

    modify per your needs

    Selina Taylor
    Spectator
    Posts: 14
    May 5, 2015 at 9:44 am #17256

    Thank you so much. That’s really helpful.
    I now realise that the links in the sidebar widgets are not displaying the same colours as those in the main body of the site and in the footer. Please can you also give me the CSS code for the sidebar widget links?

    Many thanks in anticipation.

    Roman
    Spectator
    Posts: 3147
    May 6, 2015 at 10:28 am #17277

    here you go:

    #secondary a, #secondary-2 a {
    color: #7a9cad;
    }

    Selina Taylor
    Spectator
    Posts: 14
    May 6, 2015 at 12:50 pm #17290

    Thank you again. Very helpful. Much appreciated.