Home Forums WoodMart support forum Multiples customizations

Multiples customizations

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #299928

    romain
    Participant

    Hey,

    Following a recent update, I encounter some issues. I also need to edit some stuffs.
    Thank you in advance for your help.

    1) Tabs ticket are now capitalize and them back normal lowercase like Size Guide (cannot do anything one Typography setting)
    https://ibb.co/HBBQRKc
    2) Capitalize the “Search for product” on desktop and mobile.
    https://ibb.co/xDtTJTN / https://ibb.co/KXvBTQd
    3) Capitalize automatically characters when typing
    https://ibb.co/bbKGX87
    4) Make update cart button black instead of grey
    https://ibb.co/LC32KNx
    5) Remove icon Login / Register on mobile menu
    https://ibb.co/BKM9qvY
    6) Remove grey hover on account menu on desktop and mobile
    https://ibb.co/fDtrgw8
    7) Center Login on account page on mobile and desktop
    https://ibb.co/3TN7Ds3
    8) Price on checkout page is grey want to turn in black as everything
    https://ibb.co/8cPHsZM

    Thank you in advance for all your help.
    I am here to help you

    Sincerely,
    Romain

    #299951

    Hello,

    I saw the screenshots you attached.

    1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .tabs-location-summary .tabs-layout-accordion .wd-accordion-title {
        text-transform: inherit;
    }

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .searchform input[type="text"]::placeholder {
        text-transform: uppercase;
    }

    3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .searchform input[type="text"] {
        text-transform: uppercase;
    }

    4) This is the disabled button that’s why the color is greyed out.

    5) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav-mobile .menu-item-account {
        display: none;
    }

    6) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-MyAccount-navigation ul li > a:hover {
        background-color: transparent;
    }

    7) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-login-title {
        text-align: center;
    }

    8) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    td.product-total .amount {
        color: black;
    }

    Note: Please create new topics for each issue in the support system to avoid any confusion.

    Best Regards

    #300061

    romain
    Participant

    Thank you nearly everything worked perfected.
    However I still have some issues

    6) Grey zone on hover as been deleted however the grey is still present when a category is selected
    https://ibb.co/0MbtfwD
    7) The code is not working

    Extraa ๐Ÿ˜‰
    8) Could you delete the shadow around the sub menu on the primary menu ?
    https://ibb.co/bmT26Kt

    Thank you very much
    Romain

    #300085

    Hello,

    You are Most Welcome.

    6) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-MyAccount-navigation ul li.is-active>a {
        background-color: transparent;
    }

    7) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-login-title {
        text-align: center !important;
    }

    8) Please provide the URL of the page where they are added to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #300128

    romain
    Participant

    🤦🏻‍♂️🤦🏻‍♂️🤦🏻‍♂️🤦🏻‍♂️

    Your solution for 7 was working perfectly

    It’s the 8 who was no working : Price on checkout page is grey want to turn in black as everything

    For the Extra link is in private content. It’s about the main menu
    Could you delete the shadow around the sub menu on the primary menu ?
    โ€“ https://ibb.co/bmT26Kt

    #300147

    Hello,

    8) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    td.product-price .amount {
        color: black;
    }

    9) Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .wd-dropdown {
        box-shadow: none;
    }

    Regards.
    Xtemos Studios

    #300157

    romain
    Participant

    Perfect everything works perfectly,

    I notice this two price in grey also
    – On card page subtotal
    https://ibb.co/t2nqbTK
    – On checkout page subtotal
    https://ibb.co/xDswxgD

    After that everything will be perfect. Thank you again

    #300179

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    td.product-total .amount {
        color: black;
    }

    Regards.
    Xtemos Studios.

    #300180

    romain
    Participant

    It works perfectly for the checkout page but not the cart page.

    Sincerely,
    Romain

    #300193

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under theme Settings >> Custom CSS.

    .cart-totals-section td.product-total .amount {
        color: black;
    }

    Best Regards.

    #300197

    romain
    Participant

    Its not working 😕

    #300200

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #308395

    romain
    Participant

    Hey,

    I have few more customization that I found since :

    1) Would it be possible to put in black the subtotal on the right in the card page.
    2) I would like to put in normal the billing and shipping adresses on account page not ittalic like now
    3) In the footer area, when you put 2 HTML block it makes a separation border in grey and a lot of space. Would like be possible to hide de grey line and minimize the height between the menu and flag.

    All photos are below in private content

    Thank you for your help
    Sincerely,
    Romain

    #308512

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    1.

    .cart-totals-inner table .cart-subtotal .amount.woocommerce-Price-amount {
    	color: #000;
    }

    2.

    .website-wrapper address {
    	font-style: normal;
    }

    3.

    .footer-column .footer-widget {
    	  margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: none;
    }
    
    .footer-column .widget_block > p {
    	display: none;
    }

    Kind Regards

    #308589

    romain
    Participant

    Evrything works perfectly. Thank you for your help

    #308621

    romain
    Participant

    Hello,

    New issues, since a recent update. Price on product page became same color than the background (white which make them not readable). I tried to fix fiwh Typography > Advanced Typo but nothing works. I did not make any change in typography. (see photos)

    Could you help with it makes my sales impossible to client.

    Sincerely,
    Romain

    Attachments:
    You must be logged in to view attached files.
    #308637

    romain
    Participant

    I found the problem, it is not only the price which are white. Everything wich goes on hover become white and unreadable : menu, title

    I try to remove all the custom CSS but nothing works

    #308679

    romain
    Participant

    After srtruggling all night I found the solution

    #308684

    Hello,

    We are Glad that you managed to fix the issue yourself. You are Great!!!

    Let us know if thereโ€™s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 19 posts - 1 through 19 (of 19 total)

The topic ‘Multiples customizations’ is closed to new replies.