Disable search bar, language, currency sign

This topic has 14 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Robert Hall

  • Avatar: gulz91
    gulz91
    Participant
    February 4, 2015 at 23:49

    I am having difficulty to edit couple of things.

    • Disable the search on the cart page which appears on the left sidebar.
    • In main menu navigation bar I want the language and currency sign to be deleted.
    • Also on the cart page if you add any item in the cart. It will show you update cart button and proceed to check out button before the order total. I want both buttons to show after the order total. I have attached the pic as well.

    cart

    Can someone please help me with that.Thanks

    Please, contact administrator
    for this information.
    13 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 5, 2015 at 08:37

    Hello,

    1) Navigate to Cart page Dashboard->Pages->Cart->Edit->Page Layout->Sibebar position and without sidebar.
    2) Please add this code into custom.css file.

    .header-type-10 .menu-wrapper .languages-area{
    display:none;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
    3) Concerning WooCommerce question we recommend you to contact their support. They should provide you with more information.

    Regards,
    Robert Hall.

    Avatar: gulz91
    gulz91
    Participant
    February 5, 2015 at 13:23

    Thanks For your help. Also on Checkout page where it gives you option to enter your coupon. If you open it with chrome or torch browser. it works fine however if you open it with Firefox it doesn’t show properly.

    checkout

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 5, 2015 at 13:40

    Hello,

    Try to add this code and check your Checkout page.

    .before-checkout-form .checkout_coupon input[type="text"]{
    height: inherit;
    }

    Regards,
    Robert Hall.

    Avatar: gulz91
    gulz91
    Participant
    February 7, 2015 at 10:55

    Thanks it works fine.
    The royal theme demo website font is bigger than my website. How can I make it same size and style?

    Avatar: Eva
    Eva Kemp
    Support staff
    February 7, 2015 at 11:15

    Hello,

    Please specify for which elements you want to change font size.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: gulz91
    gulz91
    Participant
    February 7, 2015 at 11:53

    Hi
    The whole website font is smaller then demo royal theme site.

    Avatar: Eva
    Eva Kemp
    Support staff
    February 7, 2015 at 16:56

    Hello,

    As I see the font size is normal:

    Could you please show a screenshot from your side?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: gulz91
    gulz91
    Participant
    February 9, 2015 at 12:01

    Hi

    I have changed footer and header font size manually on the website. I have attached the picture which shows clearly that website font is smaller than demo website. Can you please tell me how to fix the font size same as on the demo website

    Checkout page
    Footer
    Product description




    Avatar: Eva
    Eva Kemp
    Support staff
    February 9, 2015 at 15:59

    Hello,

    Please add this code in custom.css file:

    p, .tabs .tab-content .list li {
       font-size: 15px !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: gulz91
    gulz91
    Participant
    February 10, 2015 at 13:33

    Hi

    i have added the code in custom.css file however it didnt work. you can check my website it still the same

    Avatar: Eva
    Eva Kemp
    Support staff
    February 10, 2015 at 14:13

    Hello,

    Try to use this code:

    .tabs .tab-content p, p {
        font-size: 15px !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: gulz91
    gulz91
    Participant
    February 12, 2015 at 09:32

    Hi

    Its still the same. font size hasn’t change after updating the code.

    Regards
    Shahid

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 12, 2015 at 10:17

    Hello,

    As I see the code above working well. Please look at screenshot: http://prntscr.com/643ujk

    Regards,
    Robert Hall.

  • Viewing 14 results - 1 through 14 (of 14 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.