AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Changing Breadcrumb Style

8 Posts
3 Users
4 Reactions
4,858 Views
Posts: 7
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@jbsmooth)
Active Member
Joined: 6 years ago

So another question @Alvina or @Tutrix...When I drill down into a forum and thread, the Home/Forum text goes away (I don't use the forum menu bar).

I am attaching what it looks like on the forum index and when you go into a thread.

Thanks!

JB

 

 

 forum breadcrumbs

2 Replies
Tutrix
(@tutrix)
Joined: 6 years ago

Noble Member
Posts: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@jbsmooth

try this

 

replace

#wpforo #wpforo-wrap .wpf-breadcrumb div:after, #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root i{
display: none;
}

with

#wpforo #wpforo-wrap .wpf-breadcrumb div:after {
display: none;
}
#wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root {
border-left: none !important;
}
#wpforo #wpforo-wrap .wpf-breadcrumb .fa-home::before {
content: "Home";
font-size: 12px;
font-weight: normal;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

 


(@jbsmooth)
Joined: 6 years ago

Active Member
Posts: 7
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Posted by: @tutrix

@jbsmooth

try this

 

replace

#wpforo #wpforo-wrap .wpf-breadcrumb div:after, #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root i{
display: none;
}

with

#wpforo #wpforo-wrap .wpf-breadcrumb div:after {
display: none;
}
#wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root {
border-left: none !important;
}
#wpforo #wpforo-wrap .wpf-breadcrumb .fa-home::before {
content: "Home";
font-size: 12px;
font-weight: normal;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

 

Thanks @tutrix - that did the job.  Appreciate it.

 

JB


Page 2 / 2
Share: