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

    Hi,

    I have tried modifying the size of the text of breadcrumbs and so far I am stuck. I have used this code in general styling:

    /*TAMAÑO TEXTO DE BREADCRUMB*/
    
    /*--------------------------------*/
    #top .breadcrumb-title, 
    #top .a.trail-begin,
    #top .trail-end {
        font-size: 14px !important;
    }

    But have not worked fully, it does not work on home link.

    If i try to change it in advanced styles for breadcrumbs, it does not work at all.

    #1413780

    Hey Xiscoj,

    Thanks for sharing your code.
    I think it’s not working because of an extra dot in this part of your code:

    #top .a.trail-begin,

    Please try to replace it with:

    #top a.trail-begin,

    But I think you can replace it totally with:

    #top .breadcrumb-trail a, 
    #top .breadcrumb-trail span {
        font-size: 14px;
    }

    Hope it helps.

    Best regards,
    Nikko

    • This reply was modified 1 year, 3 months ago by Nikko.
    #1413802

    Hi!

    Worked perfectly! Thank you very much!

    You can close the thread.

    Best,
    Francisco

    #1413888

    Hi Francisco,

    You’re welcome :)
    We’re glad that we could help you.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problem with size of breadcrumb title and links’ is closed to new replies.