Topic Resolution: Resolved
  • Closed
  • Mike Barkas
    Spectator
    30.03.2016 at 06:48 #26042

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

    Denzel Chia
    Moderator
    Posts: 2656
    31.03.2016 at 03:06 #26092

    Hi,

    Use the following in Theme Options -> Custom CSS

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

    Thank you

    Mike Barkas
    Spectator
    Posts: 15
    20.04.2016 at 14:12 #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
    21.04.2016 at 02:00 #26816

    Hi,

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

    Thank you

    Mike Barkas
    Spectator
    Posts: 15
    21.04.2016 at 02:42 #26823

    mjbcomputers.com

    Denzel Chia
    Moderator
    Posts: 2656
    21.04.2016 at 04:26 #26828

    Hi,

    Please use the following in Theme Options -> Custom CSS

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

    Thank you

    Mike Barkas
    Spectator
    Posts: 15
    21.04.2016 at 06:19 #26835

    Worked, thanks

    Denzel Chia
    Moderator
    Posts: 2656
    22.04.2016 at 06:53 #26860

    You are welcome!