Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter EdwardD

    (@money4you)

    Hello!

    The correct term/option is “Turn on Builder”, wich launches the visual editor I’m using.

    Very importante note here… the builder WORKS just fine for everyother page except the one I’m trying to edit… (Home)

    Thanks!

    Thread Starter EdwardD

    (@money4you)

    Hello @ikaring and @ketanvyawahare Thank you very much!

    It wasn’t quite that easy, but you two gave me the general direction, this is the final code, first is for issue # 1 and second paragraph is for issue #2

    @media (min-width: 1200px) {
        .ts-dmenu-active-color-custom #site-header-menu #site-navigation div.nav-menu > ul > li li:hover > a {
            color: #8b0a50;
        }
    }
    
    @media (min-width: 1200px) {
        #site-header-menu #site-navigation div.nav-menu > ul ul li:hover > a {
            background-color: #ffffff;
            color: #8b0a50 !important;
        }
    }
    #mc-button { background-color: #ffffff !important; }
    #mc-button:hover { color: #8b0a50 !important; }
    #mc-button {     font-size: 13px;
        color:#000000 !important; }

    On the mailchimp form code I had to edit the submit line and “give it an ID” so I could target the CSS

        <input type="submit" value="Descargar!" id="mc-button"> 
    
    • This reply was modified 5 years, 10 months ago by EdwardD.
    Thread Starter EdwardD

    (@money4you)

    Fixed… had the landing page plugin setup with “temporary/maintance” site.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)