Okay
  Public Ticket #1926483
Menu
Closed

Comments

  • Creator10 started the conversation

    Good afternoon,

    A few days ago I have bought the Amartha theme, successfully imported demo and I got faced the problem: I don't know how to change a hover effect in Nav Menu and its pink color (cross out effect). Moreover, inside the template I can change the typography and text size from Elementor, but not the hover effect.  P.S. - Template of header is "Header lateral".

    Best regards,
    Kirill

  •  675
    Neuron replied

    Hi Kirill,

    I am sorry that we haven't left an option for the line, I'm sure we'll do something on the future. To change the color of the subline, please add the following style.

    .m-nav-menu--vertical ul li>a:not(.menu-item-icon):before {
        background-color: #your_color !important;
    }

    To remove it, add the following style.

    .m-nav-menu--vertical ul li>a:not(.menu-item-icon):before {
        display: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Creator10 replied

    Thank you! It works.

  • Creator10 replied

    And one more question: How I can change color of this button?

  •  675
    Neuron replied

    Hi,

    You're welcome anytime, feel free to ask for anything you needsmile.png

    The options of the to top are located in Customizer > Utility > To Top. http://prntscr.com/mviqtb

    We have included only two type of colors, dark(the actual one) and light, if you want more control on that, I will list below the Custom CSS.

    .a-to-top {
        background-color: your_color !important; // The background
    }
    .a-to-top svg {
        color: your_color !important; // The carret color
    }

    Feel free to ask for anything you need.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Creator10 replied

    Hi, 

    How I can chagne links color on pages? by default i have this color. 

    Kind regards.

  •  675
    Neuron replied

    Hi,

    Please check the Style options in Appearance > Customize > Style. You'll be able to override the links color with main color.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Creator10 replied

    But I have the other main color..

  •  675
    Neuron replied

    Ah alright, the links within the theme can be changed. Add the following style then.

    a:not(button) {
        color: your_color;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Creator10 replied

    Hi,  

    How I can chagne this text over the product? by default i have "Sale", but I want to write another text.

    Kind regards.

  •  675
    Neuron replied

    Hey,

    Via this plugin you'll be able to change the strings within the theme, the string is created by our team and is fully translatable.

    - https://wordpress.org/plugins/say-what/

    Simply go to the settings of the plugin and add the string exactly as it is, the text domain is amartha.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Creator10 replied

    Hi again,

    Could you tell me how to change the color and size of the price on the product page, please? By default, it has a light gray color. Thank you.

    Kind regards,
    Kirill

  •  675
    Neuron replied

    Hi Kirill,

    That can be easily change through this Custom CSS which can be entered on the Appearance > Customize > Additional CSS.

    .woocommerce .o-product .m-product-summary .price {
        color: your_color !important;     font-size: 20px !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Creator10 replied

    Hey, 

    I have an additional question for you. Could you please tell is there are any possibilities to change a font in a footer section?

    Thanks in advance,

    Kirill

  •  675
    Neuron replied

    Hey Kirill,

    Do you want to change the font size or the font properties? You can find some of the options at Appearance > Customize > Typography

    The selector for the widgets titles is:

    .l-primary-footer .l-primary-footer__widgets .l-primary-footer__widgets__space .widget .widgettitle-wrapper .widgettitle {
        // your font properties here
    }

    And for the widget description selector is.

    footer .widget .textwidget {
        // your font properties
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Creator10 replied

    Hi again,

    Could you tell me where I can change the design of search page, please? 

    Thank you. 

    Kind regards, 

    Kirill

  •  675
    Neuron replied

    Hey Kirill,

    Actually that's the search overlay, it's not like we have added many options there because that can be build with the header builder and it have options there.

    http://prntscr.com/n7dvng

    If you are interested on building header with Elementor, check the following videos.

    - Video URL

    If you are not interested, I will list you below the selectors.

    This is for the background of the search.

    .m-site-search .m-site-search__content {
        background-color: #fff;
        background-image: url(//neuronthemes.com/amartha/wp-content/themes/amartha/assets/styles/../images/search-pattern.svg);
    }

    Background color of input:

    .m-site-search .m-site-search__content .m-site-search__content__inner .m-site-search__form form {
        background-color: red !important;
    }

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Creator10 replied

    Hi again,

    When I try to create a new header, I have server error 500 in Elementor after adding a "Nav Menu". After reloading the editor I have "Fatal error: Call to undefined function get_field() in /var/www/u0643485/data/www/kampan93.ru/wp-content/themes/amartha/functions.php on line 300". What should I do?

    Thank you. 

    Kind regards, 

    Kirill

  •  675
    Neuron replied

    Hi Kirill,

    Have you installed the required plugin called Advanced Custom Fields? That's a key plugin to Amartha.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Creator10 replied

    Thank you! It works. I have deactivated it by mistake

  • Creator10 replied

    Hey, 

    I have an additional question for you. Could you please tell how can I change the pagination settings on the shop page? Now I have only 3 products per page and 5 pages.

    Thanks in advance,

    Kirill

  •  675
    Neuron replied

    Hi,

    Good to know feel free to ask for anything you need.

    Well, if you have created that shop page via the posts element, you can edit the posts element and change the post per page number. http://prntscr.com/nehhpy

    If that is an archive page by WooCommerce, go to Appearance > Customize > Shop > Functionality.

    http://prntscr.com/nehhu2

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Creator10 replied privately
  •  675
    Neuron replied

    Hey Kirill,

    Please install a fresh copy of Amartha, we have fixed the issues.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Creator10 replied privately
  •  675
    Neuron replied

    Hey Kirill,

    That's because we have still not implemented the feature to auto update from the dashboard, unfortunately you need the manual install. No worries you won't lose anything, you simply need to remove the theme and install the new one.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Creator10 replied privately
  •  675
    Neuron replied

    Hi,

    Can you please provide me with your WordPress admin information, I will have a quick look to see why they're not working.

    Do not forget to tick private on the reply.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Creator10 replied privately
  •  675
    Neuron replied

    I am glad to know, sometimes the cache is holding the issues. Feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Creator10 replied

    Hi again, 

    I have the new problem with the product carousel. When I choose a variation of the product on the product page, the photo on the carousel does not change. Could you tell me how I can fix this?

    Thank you.

    Best regards,  

    Kirill

  •  675
    Neuron replied

    Hey Kirill,

    Where actually do you mean, in the product inside? Can you please provide me with an URL, so I can check what's going on.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Creator10 replied privately
  •  675
    Neuron replied

    Hey Kirill,

    Have you selected the image for the variation? There's a field where you can upload an image to the variation, please confirm it so I can see what's going on.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Creator10 replied privately
  •  675
    Neuron replied

    Hey Kirill,

    I am very sorry for the late reply, we were not working on the weekend.

    Can you please provide me with your wp-admin, so I can have a quick look to see what's going on.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Creator10 replied privately
  •  675
    Neuron replied

    Hey Kirill,

    That seems like a WooCommerce bug on the version 3.6.1, I have updated to the newest version, all seems to be working alright now.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Creator10 replied

    Thanks for the good news and your help!

    Best regards,  

    Kirill

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.