-
Author
-
April 6, 2016 at 13:26 #114806taigerParticipant
1. how do i change the text colour on the breadcrumbs its grey and cannot be seen properly
April 7, 2016 at 18:31 #115098RaduModeratorHi,
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 solutionApril 8, 2016 at 17:30 #115327RaduModeratorHi,
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 solutionApril 8, 2016 at 18:28 #115359RaduModeratorThere 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 solutionApril 11, 2016 at 13:33 #115591RaduModeratorsee attached screenshot
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.April 12, 2016 at 14:24 #115927RaduModeratorYou 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 solutionApril 12, 2016 at 16:57 #115982RaduModeratorOk… 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 solutionApril 13, 2016 at 16:43 #116280RaduModeratorNormally 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 -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.