Topic Resolution: Resolved
  • Closed
  • Mike Barkas
    Spectator
    March 30, 2016 at 6:48 am #26042

    How do you change that font color from the grey to a white?

    Denzel Chia
    Moderator
    Posts: 2656
    March 31, 2016 at 3:06 am #26092

    Hi,

    Use the following in Theme Options -> Custom CSS

    .home-content-boxes p {
    color: #fff !important;
    }

    Thank you

    Mike Barkas
    Spectator
    Posts: 15
    April 20, 2016 at 2:12 pm #26800

    After the update, the text stayed white but the Title changed to Grey, i would like this to be Black

    Denzel Chia
    Moderator
    Posts: 2656
    April 21, 2016 at 2:00 am #26816

    Hi,

    Please post your website URL.
    I need to see the source code.

    Thank you

    Mike Barkas
    Spectator
    Posts: 15
    April 21, 2016 at 2:42 am #26823

    mjbcomputers.com

    Denzel Chia
    Moderator
    Posts: 2656
    April 21, 2016 at 4:26 am #26828

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .content-box h2 {
    color: #000 !important;
    }

    Thank you

    Mike Barkas
    Spectator
    Posts: 15
    April 21, 2016 at 6:19 am #26835

    Worked, thanks

    Denzel Chia
    Moderator
    Posts: 2656
    April 22, 2016 at 6:53 am #26860

    You are welcome!