Jean-Denis COINDRE
    Spectator
    Posts: 48
    March 15, 2016 at 10:23 pm #25503

    At this time the typograhy font color is White on White background box… (titles are invisibles)

    Denzel Chia
    Moderator
    Posts: 2672
    March 16, 2016 at 1:49 am #25517

    Hi,

    Please use the following in Theme Options -> Custom CSS

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

    Thank you

    Jean-Denis COINDRE
    Spectator
    Posts: 48
    March 17, 2016 at 8:14 am #25548

    Thak you so much its working!

    I have an other problem, go to my website ( http://artworkvfx.com/
    pssw: jdcoindre13

    I created a sub menu on the first tab “FORMATIONS”
    but it created a space between the Menu “FORMATIONS” and the sub menu “ETUDIANTE”…
    So when we roll over, the sub menu disappear…

    Could you tell me how I can Fix this bug ?

    Thank you so much

    Denzel Chia
    Moderator
    Posts: 2672
    March 18, 2016 at 1:22 am #25582

    Hi,

    Use the following codes.

    #nav ul {
    top: 40px !important;
    }

    Thank you