• Closed
  • Karen Glass
    Spectator
    09.05.2014 at 10:51 #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
    09.05.2014 at 15:43 #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
    12.05.2014 at 06:00 #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
    12.05.2014 at 06:01 #9704

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

    Karen Glass
    Spectator
    Posts: 5
    13.05.2014 at 03:31 #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
    13.05.2014 at 08:27 #9718

    try this:

    Code:
    .widget-content {color:#333!important;}
    p#copyright .credits, p#copyright .credits a {color:#fff!important;}
    Karen Glass
    Spectator
    Posts: 5
    16.05.2014 at 04:01 #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
    16.05.2014 at 09:57 #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
    20.05.2014 at 09:41 #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
    20.05.2014 at 13:27 #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