Okay
  Public Ticket #803474
Need help :)
Closed

Comments

  • Alexander started the conversation

    Hello! 

    1. Can I change so I just have lowercase except the first letter of each new sentence. Right now, all letters are uppercase on the website? 
    2. Can I right set menu but not the logo. So I want the pages on the right and the logo on the left? 
    3. At the checkout page under payment method it says “SIGN UP NOW” when I use woocommerce subscriptions plugin. Can I change it to my own language? Swedish in this case and how? 
    4. Can I change the color of the button “Add to cart” when you look at a product?
    Thanks!

  • [deleted] replied

    Hi Alexander,

    Can you please write us your site URL here on comments first? We need to investigate your site and then get back to you if we have possible solution for some questions.

    Please note that some of your questions are custom requests.

  • [deleted] replied

    Hi Alexander,


    1— Can you please add the code below to Custom CSS

    h1, h2, h3, h4, h5, h6 {
    text-transform: initial !important;
    }
    2—  Just add the code below to Custom CSS
    header.site-header div.nav>ul>li, header.site-header ul.nav>li {
    float: right !important;
    }

    3— Custom CSS again:

    .shop-item-single .item-info.summary form.cart .button {
        background: red !important;
    }
    
    .shop-item-single .item-info.summary form.cart .button:hover {
        background-color: green !important;
    }
    
  • Alexander replied

    Hey Ylli!

    Many many thank you! It was so easy and worked out well.
    5 STARS!

    Thanks!

  •   [deleted] replied privately
  •   Alexander replied privately
  • [deleted] replied

    Thank you Alexander!