Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #796559

    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

    #796886

    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

    #797511

    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

    • This reply was modified 7 years, 6 months ago by Daghes.
    #797606

    Hi Ahmad,

    Great, glad you got it working and thanks for sharing your solution :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.