D Dan123 Member Apr 7, 2018 #1 Hi Friends, How do I edit the text 'ServoPro' with the green circle shown below? Can't find the setting in ACP.
Hi Friends, How do I edit the text 'ServoPro' with the green circle shown below? Can't find the setting in ACP.
Ozzy47 Well-known member Apr 7, 2018 #2 That is a breadcrumb. What is it you wish to do? Upvote 0 Downvote
Ozzy47 Well-known member Apr 9, 2018 #4 To remove them, add this to your extra.less template. Code: .p-breadcrumbs { display: none; } Upvote 0 Downvote
D Dan123 Member Apr 9, 2018 #5 ozzy47 said: To remove them, add this to your extra.less template. Code: .p-breadcrumbs { display: none; } Click to expand... Thanks! Upvote 0 Downvote
ozzy47 said: To remove them, add this to your extra.less template. Code: .p-breadcrumbs { display: none; } Click to expand... Thanks!
Ozzy47 Well-known member Apr 9, 2018 #6 Looking at your screenshot again, that may not what your after, if the above don't work, change it to this. Code: .p-title { display: none !important; } Upvote 0 Downvote
Looking at your screenshot again, that may not what your after, if the above don't work, change it to this. Code: .p-title { display: none !important; }
D Dan123 Member Apr 9, 2018 #9 Just realised this removes the 'New posts' & 'Post thread...' buttons as well (on the same line)? Upvote 0 Downvote
CFMack Active member Apr 9, 2018 #10 Code: [data-template="forum_list"] { .p-title-value { display: none; } .p-title-pageAction { margin-left: auto; } } Thanks to @Steve F for pointing this out. Upvote 0 Downvote
Code: [data-template="forum_list"] { .p-title-value { display: none; } .p-title-pageAction { margin-left: auto; } } Thanks to @Steve F for pointing this out.