-
Author
-
April 6, 2016 at 13:26 #114806
taiger
Participant1. how do i change the text colour on the breadcrumbs its grey and cannot be seen properly
April 6, 2016 at 13:32 #114807taiger
Participant2. on the shop pop up, the buy now button does not open the page in a new window.. how can i have the buy now open the page in a new window
3. the white line on the black bar under the homepage menu, how can i remove it.
Thanks.. I am now loving the theme, best out there…
apart from not having an image mega menu 🙂
April 6, 2016 at 20:28 #114903taiger
ParticipantHi are also trying to change the woocommerce sidebar from capital letters to normal, I have placed this code in the css, but it does not change the front end
.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 {
display: block;
padding-top: 1em;
text-transform: normal;
}April 7, 2016 at 18:31 #115098Radu
ModeratorHi,
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 7, 2016 at 20:57 #115136taiger
ParticipantHi –
No. 1 works great.. We also need to show “feel free to call us” is also greyed out..
2. Is the pop up (see pic) the buy now button does not open in a new window, (even with my plugin)
April 7, 2016 at 21:07 #115141taiger
ParticipantHi we can also see the grey text on the commerce section
http://www.5starweddingdirectory.com/product/rockstud-turquoise-leather-mini-double-handle-bag/
Thanks…
April 8, 2016 at 15:17 #115261taiger
ParticipantHi i amy trying to find out where the menu hover colour is.. thanks for your help in advance
April 8, 2016 at 15:48 #115271taiger
Participanthow can i add this shortcode to the top menu bar?
[prisna-google-website-translator]
Regards Tai
April 8, 2016 at 17:30 #115327Radu
ModeratorHi,
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:18 #115355taiger
ParticipantHi implemented the menu colour.. then added this colour but it went back to grey
#d2b459
Ideally we would want the drop down menu hover colour to go darker, and not just the text to change colour. if that makes sense
2 the right text “feel free to call us” colour did not change and is still unreadable..
Thanks a lot
April 8, 2016 at 18:28 #115359Radu
ModeratorThere 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 10, 2016 at 08:56 #115468taiger
ParticipantHi i added the code see pic, but it did not show up on the site.
April 11, 2016 at 13:33 #115591Radu
Moderatorsee attached screenshot
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 14:24 #115927Radu
ModeratorYou 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 14:41 #115943taiger
Participantyes I have child.. i will clear cloud flare right now
April 12, 2016 at 16:57 #115982Radu
ModeratorOk… 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 12, 2016 at 19:27 #116034taiger
Participant[prisna-google-website-translator] shows up
the other did not
see test page:
April 13, 2016 at 16:43 #116280Radu
ModeratorNormally 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 solutionApril 14, 2016 at 23:22 #116727taiger
ParticipantHi it now shows up using the above, but it is pushed way over to the right, i can only see the little google icon.. better if it was before the login
April 15, 2016 at 18:13 #116871Radu
ModeratorI understand but i cannot see that in your website you can move the php code more upper in the file it will be rendered before do some tests
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.