Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #928437

    Hello,

    I’m not a developer. I just need codes to make some changes.

    1> On checkout page Terms and Conditions shows in right side. I want it in left side
    Example: https://i.imgur.com/8Bgt2YY.jpg

    2> Cart color change. I Don’t know what it’s called..
    Example: https://i.imgur.com/gsLd3xC.jpg

    Thanks <3

    #928667

    Hey Sovik,

    I have checked your site and,

    1) Seems to be done already, I could see this css code which fixes it:

    #payment .terms {
        text-align: left !important;
    }

    2) I believe you’re referring to hovering to an element (in this case a button), please try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top div .dropdown_widget_cart p.buttons {
        padding: 0;
    }
    
    #top div .dropdown_widget_cart p.buttons a.button {
        padding: 10px;
    }
    
    #top div .dropdown_widget_cart p.buttons a.button:hover {
        background: #840000;
        color: white;
    }

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    #928677

    Thank you Nikko :)

    1> Can you please give me the code of adding cross button in drop down cart ?
    2> There have some distance between Terms and Conditions and required mark. Please give me quick css to fix it :)

    #929417

    Hi,

    Not sure what is the 1 about cross button, but if you mean to remove the item, that would be hard it is not something easy.
    2. For the other one, can you disable minify so we can review the code please to manage provide with update?

    Best regards,
    Basilis

    #929424

    Hello,
    I have disabled minify plugin.

    create an account, terms and conditions positions issue.

    View post on imgur.com

    I have 1 more question, sometimes my site responding very slowly is that due to using lots of Quick CSS ? or hosting issue ?

    #930256

    Hi sovik_rc,

    As for the speed, here are some articles for you:

    First things to consider with WooCommerce & speed

    Troubleshooting a Slow Site

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #947904

    Sorry for late response..

    My issue is resolved. Thank you so much.

    #947972

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘need code for position change’ is closed to new replies.