Topic Resolution: Resolved
Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #5956
    Avatarmartijn
    Support Expired

    Hello, how do I change the language of the search bar, sign in (popup aswel), wish list + pop-up, cart + pop-up and the 404 page?

    #5959

    Hi you,

    Please install plugin Loco translate: https://wordpress.org/plugins/loco-translate/
    and setup translate for theme: https://localise.biz/wordpress/plugin/beginners

    If you need to help, please send Admin web account for me, I will check and help you.

    #5969
    Avatarmartijn
    Support Expired

    Installed the plugin, but it says I already translated everything 100%. How to fix this?
    https://we.tl/t-nORDX0w8TP

    Also how to change the color buttons to a different color?

    #5976
    Avatarmartijn
    Support Expired

    Ok got it translated now. Was in the theme itself. How do i change the color of the buttons and slider and buttons ontop of product picture like 20%off?

    #5978
    #5987
    Avatarmartijn
    Support Expired

    Did that, but doesn’t change this: https://we.tl/t-jjhnaaNEgs

    How to change those?

    #6004

    You need to add custom CSS to file style.css:

    // Onsale Lable
    
    li.product .product-labels .product-label.onsale {
        background: #your-color !important;
    }
    
    //featured lable
    li.product .product-labels .product-label.featured {
        background: #your-color !important;
    }

    Some a, hover… tag links will receive config primary color, please see instructions for config color: https://leebrosusthemes.gitbook.io/axtronic/setting/color

    //Slider Button

    .swiper-pagination-bullet-active{
    border-bottom: 5px solid #your-color !important;
    }

    //Blog read-more button

    .more-link{
    color: #your-color !important;
    border: 1px solid #your-color !important;
    }

    //

    #6012
    Avatarmartijn
    Support Expired

    Thanks, but why is this not regulated by the theme? There are some options for color, but it doens’t change.

    #6013
    Avatarmartijn
    Support Expired

    https://we.tl/t-b3OXyM0VxA
    It looks like the Elementor plugin doesn’t overrule the CSS?

    #6036

    Hi,

    #1. Depending on the design, the positions are assigned different colors according to the primary or second color or a fixed color.

    #2. Please go to admin dashboard -> Elementor -> Tools -> General Tab -> Click Regenerate CSS & Data and Sync Library -> Save changes: https://prnt.sc/qGvGp5vn4VF4

    #6047
    Avatarmartijn
    Support Expired

    #2 didn’t work. Still the same.

    #6050
    Avatarmartijn
    Support Expired

    Fixed #2 by adding custom CSS:

    :root {
    –primary: #color;
    –primary_hover: #color;
    –secondary: #color;
    –secondary_hover: #color;
    }

    However, my Elementor won’t let me edit the header and footer. It breaks down and I can’t save changes, how to fix?
    https://we.tl/t-ovEC4yCz3t

    #6055

    Please send Admin web account for me, I will check and try to help you.

    #6056
    Avatarmartijn
    Support Expired

    That would be a problem. I have it hosted on my local host. When the site is done I will buy a host for it..

    #6061

    Hi,

    I need to check your website directly to see where the problem is coming from before I can fix it for you

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

You must be logged in to reply to this topic.