Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #480122

    Hello

    I use Enfold. See natur-duft.ch

    1.) The logo is <strong class=”logo”>. Not so good for seo. How can I change that?
    2.) I use a mega menu with stretched layout. So it looks too big. I can make it smaller? Or you have some other idea?
    3.) In the woocommerce checkout, can I move the checkbox and the text to the left, right under the “kaufen” button? And the checkbox bigger?
    see here:http://natur-duft.ch/wp-content/uploads/Woo-Checkout-not-ok.jpg

    I like this: http://natur-duft.ch/wp-content/uploads/Woo-Checkout-ok.jpg

    4.) When I put a new link in text, I can not enter linktext (shows on mouseover) more. How can I enable this feature?

    Thank you

    Daniel

    #480613

    Hey Daniel!

    Thank you for using Enfold.

    If possible, please create a single thread for each question. It will be much easier for us to focus on your inquiries.

    1.) Please follow the solution provided here: https://kriesi.at/support/topic/logo-in-h1-tag-syntax/#post-403733

    2.) Try to add this to the Quick CSS field:

    #header .twelve.units {
        width: 1200px !important;
    }

    3.) Use this css code:

    #top #payment .terms {
        text-align: left;
    position: relative;
    }
    
    #top #payment .terms label[for="terms"] {
        margin-left: 10px;
    }
    
    #top #payment .terms #terms {
        position: absolute;
        left: 10px;
        top: 5px;
    }

    Cheers!
    Ismael

    #481251

    Thank you Ismael

    Code 2.) and 3.) works perfect!

    Ok, I create single threads for the other questions.

    Daniel

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Empty strong tag’ is closed to new replies.