Hi,
Great Theme :)
is it possible to hide the “You are here:” in the breadcrumb ? and chage the font size?
I tried :
.breadcrumb-title {
display: none;}
.avia-breadcrumbs{
font-size: 140%;
font-weight: bold;}
but it is not working
Regards,
Ahmad
Hey Daghes,
I don’t see the words “You are here:” so maybe your code has worked. Try to clear your cache.
Below with make it larger, adjust to suit.
.breadcrumb {
font-size: 20px !important; }
Your breadcrumbs look far left & almost off the page, is this by intention?
Best regards,
Mike
Hi Mike,
Yes it worked with me after many trials, I used these CSS codes
Change the location of the breadcrumb to the far left:
.title_container{
height: 0px;right: 83%;}
Hide “You are here:”
.title_container .breadcrumb-title {
display: none;}
Change the font and color
.title_container .breadcrumb {
font-size: 140%:
font-weight: bold;
color: #ffffff;}
Thank you for your support.
Regards,
Ahmad