This topic has 23 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #114806
     taiger
    Participant

    1. how do i change the text colour on the breadcrumbs its grey and cannot be seen properly

    #114807
     taiger
    Participant
    This reply has been set as private.
    #114903
     taiger
    Participant
    This reply has been set as private.
    #115098
     Radu
    Moderator

    Hi,

    1. Use this css

    COPY CODE
    .kleo_framework span, .kleo_framework span.active {
        color: #fff !important;
    }

    2. I see that you have solved the issue, if i add a product to cart it opens a new widow

    3. Use this css

    COPY CODE
    .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
        text-transform: none !important;
    }

    It works but clear the server cache

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #115136
     taiger
    Participant
    This reply has been set as private.
    #115141
     taiger
    Participant
    This reply has been set as private.
    #115261
     taiger
    Participant
    This reply has been set as private.
    #115271
     taiger
    Participant
    This reply has been set as private.
    #115327
     Radu
    Moderator

    Hi,

    The breadcrumbs css is next :

    COPY CODE
    
    .main-title .breadcrumb {
        color: yellow;
    }

    The menu hover code

    COPY CODE
    .navbar-header:hover, .kleo-main-header .navbar-collapse>ul>li>a:hover, .header-banner:hover {
        color: red !important;
    }
    

    The submenu hover code

    COPY CODE
    .header-color a:hover, .header-color .navbar-nav .dropdown-menu li a:hover {
        color: yellow;
    }

    For that shortcode you will have to copy this file /wp-content/themes/kleo/page-parts/general-header-section.php to wp-content/themes/kleo-child/page-parts/ and on the line 77 after this code

    add this code

    Regarding the add to cart from ppop-up in new tab, i will give you an answer later or monday

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #115355
     taiger
    Participant
    This reply has been set as private.
    #115359
     Radu
    Moderator

    There are muted text, i will provide you a rule that applies for all elements with muted class

    Use this

    em.muted { color: red !important; }

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #115468
     taiger
    Participant
    This reply has been set as private.
    #115591
     Radu
    Moderator

    see attached screenshot

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    #115739
     taiger
    Participant
    This reply has been set as private.
    #115927
     Radu
    Moderator

    You child theme is active ?

    If you have server cache please delete it and try again

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #115943
     taiger
    Participant
    This reply has been set as private.
    #115945
     taiger
    Participant
    This reply has been set as private.
    #115982
     Radu
    Moderator

    Ok… strange,

    If you paste that shortcode into a page from editor it shows ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #115987
     taiger
    Participant
    This reply has been set as private.
    #115997
     taiger
    Participant
    This reply has been set as private.
    #116034
     taiger
    Participant
    This reply has been set as private.
    #116280
     Radu
    Moderator

    Normally with the solution that i have provided to you it should work !

    Do you have child theme activated ? if yes and still no works try to paste that code <?php echo do_shortcode('[prisna-google-website-translator]'); ?> in /wp-content/themes/kleo/page-parts/general-header-section.php after < ?php // Top menu echo $top_menu; ?>

    Let me know

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #116727
     taiger
    Participant
    This reply has been set as private.
    #116871
     Radu
    Moderator
    This reply has been set as private.
Viewing 24 posts - 1 through 24 (of 24 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?