• Closed
  • Karen Glass
    Spectator
    May 9, 2014 at 10:51 am #8398

    Hi, i’m trying to change the font colours in my sidebar and bottom footer as they are currently unreadable ( in the side bar as its white text on a white background) and non uniform (in the footer where some are black and some are grey.
    I’m sure its pretty easy but i just can’t for the life of me get it.

    http://sandbox.thefridayschoolofsales.com/
    Thanks guys

    Roman
    Spectator
    Posts: 3147
    May 9, 2014 at 3:43 pm #9681

    I dont see any other widgets in the sidebar only the input fields which can view good. for the footer you could use:

    Code:
    p#copyright .credits, p#copyright .credits a {color:#fff;}
    Karen Glass
    Spectator
    Posts: 5
    May 12, 2014 at 6:00 am #9703

    There is the newsletter sign up in the widget and it should say if you want more information please sign up for the newsletter but the the font is white and as the background is white it doesn’t show up.

    Karen Glass
    Spectator
    Posts: 5
    May 12, 2014 at 6:01 am #9704

    (sorry its just not on the home page, it is on every other page but the home page)

    Karen Glass
    Spectator
    Posts: 5
    May 13, 2014 at 3:31 am #9714

    Also i have put that in my Custom Css and nothing has changed. the contact widget is still not white.
    Sorry Roman, any other ideas?

    Roman
    Spectator
    Posts: 3147
    May 13, 2014 at 8:27 am #9718

    try this:

    Code:
    .widget-content {color:#333!important;}
    p#copyright .credits, p#copyright .credits a {color:#fff!important;}
    Karen Glass
    Spectator
    Posts: 5
    May 16, 2014 at 4:01 am #9747

    Roman. thank you that has changed the majority of the footer, i still can’t get the colour of the font in the contact us widget to change though. this is stuck with the grey.

    Also is there anyway I edit the size and lay out of the text that is in the Newsletter widget? i would like some of it to be bold and bigger .

    thanks so much

    Roman
    Spectator
    Posts: 3147
    May 16, 2014 at 9:57 am #9749

    the color in the widget is defined by the plugin. you could try to use in the custom css field:

    Code:
    .sky-form .input input {color:#fff!important;}

    which element(s) do you want to change in the widget?

    Karen Glass
    Spectator
    Posts: 5
    May 20, 2014 at 9:41 am #9806

    In the footer in the bottom right hand corner i have the evolve contact us widget. the text as you can see is grey, i would like it to be white like the other footers. it looks odd that the address is in grey when everything else at the bottom is white and i would like it to be white so that it can be read.

    Roman
    Spectator
    Posts: 3147
    May 20, 2014 at 1:27 pm #9807

    insert in the Custom CSS field:

    .contact_info p {color:#fff!important;}

    it looks weird because you disabled the widget background in the theme options