Topic Resolution: Resolved
  • Closed
  • Dan Struthers
    Spectator
    26.05.2016 at 15:44 #28015

    Hi

    In the Custom css area of the Evolve Theme Options, I changed the h2 color (example: h2 ( color: #3c61a5; }
    and when I refresh the home page, the h2 heading does not change.

    h2
    (
    color: #3c61a5;
    }

    Denzel Chia
    Moderator
    Posts: 2656
    27.05.2016 at 04:58 #28031

    Hi,

    It should be as follows

    
    

    h2{
    color: #3c61a5 !important;
    }

    Depending on which element, it might not work if there is already specific css targeting that element.
    It’s better, if you post me URL and tell me which element on that page you want to change it’s color.

    Thank you.

    Dan Struthers
    Spectator
    Posts: 4
    27.05.2016 at 15:20 #28040

    Hi

    Thanks.
    I added the code you suggested to Theme -> Options -> Custom CSS.
    No change.

    On this link: http://www.hsl.ca/
    Navigate to bottom to see the heading “Hardsoft Systems News”

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    28.05.2016 at 07:16 #28048

    Hi,

    In your Theme Options -> Typography -> Headings
    You had already set a color.
    Please edit from the option.

    Thank you.

    Dan Struthers
    Spectator
    Posts: 4
    28.05.2016 at 15:43 #28059

    Works! Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    29.05.2016 at 05:50 #28068

    You are welcome!