• Shop
    • WordPress themes
    • HTML & PSD templates
    • Free templates
  • Support
    • XStore
    • Royal
    • WooPress
    • Legenda
    • Classico
    • More forums
  • Useful Links
    • Customization Service
    • SEO Experts
    • Multilingual Plugin WPML
    • Woocommerce Hosting
    • WooCommerce Plugins
  • Manuals
    • Themes documentation
      • XStore
      • Royal
      • WooPress WP
      • Legenda
      • Classico
      • More
    • Video tutorials
    • WooCommerce documentation
  • FAQ
  • Blog
  • Contact
  • Log In
  • Sign Up
  • Browse themes
ForumsRoyal WordPress Support ForumDisable search bar, language, currency sign
Return to previous page

Topic: Disable search bar, language, currency sign

Tagged: currency sign, Disable search bar, language

  • Avatar
    gulz91
    Participant
    February 4, 2015 11:49 pm

    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

    Content is visible for topic creator and
    support staff only.
    #39859 copied to clipboard
    Like
    Robert Hall
    Robert Hall
    Support staff
    February 5, 2015 8:37 am

    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.

    #39878 copied to clipboard
    Like
    Avatar
    gulz91
    Participant
    February 5, 2015 1:23 pm

    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

    #39939 copied to clipboard
    Like
    Robert Hall
    Robert Hall
    Support staff
    February 5, 2015 1:40 pm

    Hello,

    Try to add this code and check your Checkout page.

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

    Regards,
    Robert Hall.

    #39942 copied to clipboard
    Like
    Avatar
    gulz91
    Participant
    February 7, 2015 10:55 am

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

    #40286 copied to clipboard
    Like
    Eva Kemp
    Eva Kemp
    Support staff
    February 7, 2015 11:15 am

    Hello,

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

    Thank you.
    Regards,
    Eva Kemp.

    #40291 copied to clipboard
    Like
    Avatar
    gulz91
    Participant
    February 7, 2015 11:53 am

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

    #40295 copied to clipboard
    Like
    Eva Kemp
    Eva Kemp
    Support staff
    February 7, 2015 4:56 pm

    Hello,

    As I see the font size is normal:

    Could you please show a screenshot from your side?

    Thank you.
    Regards,
    Eva Kemp.

    #40331 copied to clipboard
    Like
    Avatar
    gulz91
    Participant
    February 9, 2015 12:01 pm

    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




    #40488 copied to clipboard
    Like
    Eva Kemp
    Eva Kemp
    Support staff
    February 9, 2015 3:59 pm

    Hello,

    Please add this code in custom.css file:

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

    Thank you.
    Regards,
    Eva Kemp.

    #40567 copied to clipboard
    Like
    Avatar
    gulz91
    Participant
    February 10, 2015 1:33 pm

    Hi

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

    #40873 copied to clipboard