-
Author
-
October 21, 2016 at 17:42 #140661kjcarleoParticipant
Hello, when I look in my breadcrumbs, the word “Home” is not capitalized (the page name is). How can I make it ALL CAPS to match the rest of the site?
Kevin
Attachments:
You must be logged in to view attached files.October 24, 2016 at 07:14 #140837LauraModeratorHello, just add this to style.css of child theme
COPY CODE.breadcrumb-extra a { text-transform: uppercase; }
🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 24, 2016 at 07:20 #140840kjcarleoParticipantIs it possible to change the seperator to >> instead of /
October 25, 2016 at 07:10 #141080LauraModeratorHello, yes, follow these steps:
1- Go to wp-content/themes/kleo/kleo-framework/lib
2- Copy the file function-breadcrumb.php
3- Go to wp-content/themes/kleo-child
4- Create the folder kleo-framework, open it, create the folder lib
5- Paste the file inside wp-content/themes/kleo-child/kleo-framework/lib
6- Edit the fild, find‘separator’ => ‘& # 0 4 7;’,
Replace with
‘separator’ => ‘& # 0 6 2;& # 0 6 2;’,
(without spaces between the numbers, you will notice it when you see, it, just change 47 for 62 and add another just next to it to create >>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 25, 2016 at 07:45 #141091kjcarleoParticipantOk did that. How long should it take to see the change?
Kevin
October 26, 2016 at 13:50 #141392LauraModeratorHello, should be just after the change. It might need a bit more than just that hmm
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 27, 2016 at 07:17 #141613LauraModeratorHello, you might need to hire a developer for that as it seems a bit more complicated than that
Check at the same file if you see any other & #047;Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.